fix: missing new_str (#2407)
This commit is contained in:
@@ -50,6 +50,10 @@ function M.str_replace_based_edit_tool(opts, on_log, on_complete, session_ctx)
|
|||||||
return view(opts_, on_log, on_complete, session_ctx)
|
return view(opts_, on_log, on_complete, session_ctx)
|
||||||
end
|
end
|
||||||
if opts.command == "str_replace" then
|
if opts.command == "str_replace" then
|
||||||
|
if opts.new_str == nil and opts.file_text ~= nil then
|
||||||
|
opts.new_str = opts.file_text
|
||||||
|
opts.file_text = nil
|
||||||
|
end
|
||||||
return require("avante.llm_tools.str_replace").func(opts, on_log, on_complete, session_ctx)
|
return require("avante.llm_tools.str_replace").func(opts, on_log, on_complete, session_ctx)
|
||||||
end
|
end
|
||||||
if opts.command == "create" then
|
if opts.command == "create" then
|
||||||
|
|||||||
Reference in New Issue
Block a user