fix: tool calling (#2297)
This commit is contained in:
@@ -244,6 +244,7 @@ function M.select_history()
|
||||
Path.history.save_latest_filename(buf, filename)
|
||||
local sidebar = require("avante").get()
|
||||
sidebar:update_content_with_history()
|
||||
sidebar:create_todos_container()
|
||||
vim.schedule(function() sidebar:focus_input() end)
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user