chore: remove dead code and commented out blocks (#2611)
This commit is contained in:
@@ -8,7 +8,6 @@ M.name = "str_replace"
|
||||
M.description =
|
||||
"The str_replace tool allows you to replace a specific string in a file with a new string. This is used for making precise edits."
|
||||
|
||||
-- function M.enabled() return Config.provider:match("ollama") ~= nil end
|
||||
function M.enabled() return false end
|
||||
|
||||
---@type AvanteLLMToolParam
|
||||
|
||||
Reference in New Issue
Block a user