feat: disable tools with config (#1459)

* chore: use missing generic for AvanteLLMToolFunc

* feat: add disabled_tools config
This commit is contained in:
Peter Cardenas
2025-03-01 19:29:23 -08:00
committed by GitHub
parent e471f2347b
commit ac9d2b3888
3 changed files with 5 additions and 3 deletions

View File

@@ -408,6 +408,7 @@ M._defaults = {
debounce = 600,
throttle = 600,
},
disabled_tools = {}, ---@type string[]
}
---@type avante.Config