feat: disable tools with config (#1459)
* chore: use missing generic for AvanteLLMToolFunc * feat: add disabled_tools config
This commit is contained in:
@@ -408,6 +408,7 @@ M._defaults = {
|
||||
debounce = 600,
|
||||
throttle = 600,
|
||||
},
|
||||
disabled_tools = {}, ---@type string[]
|
||||
}
|
||||
|
||||
---@type avante.Config
|
||||
|
||||
Reference in New Issue
Block a user