fix: refine tools (#2229)
This commit is contained in:
@@ -16,6 +16,7 @@ M.name = "replace_in_file"
|
||||
M.description =
|
||||
"Request to replace sections of content in an existing file using SEARCH/REPLACE blocks that define exact changes to specific parts of the file. This tool should be used when you need to make targeted changes to specific parts of a file."
|
||||
|
||||
M.support_streaming = true
|
||||
-- function M.enabled() return Config.provider:match("ollama") == nil end
|
||||
|
||||
---@type AvanteLLMToolParam
|
||||
|
||||
Reference in New Issue
Block a user