chore: remove dead code and commented out blocks (#2611)

This commit is contained in:
yetone
2025-08-16 14:45:27 +08:00
committed by GitHub
parent c1ccb7867a
commit bd2079a5cc
4 changed files with 0 additions and 8 deletions

View File

@@ -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