feat: rename search_keyword => grep_search (#1584)

This commit is contained in:
yetone
2025-03-14 15:57:24 +08:00
committed by GitHub
parent e332d74c06
commit bafe156639
4 changed files with 120 additions and 25 deletions

View File

@@ -354,7 +354,7 @@ vim.g.avante_login = vim.g.avante_login
---@class AvanteLLMToolParamField
---@field name string
---@field description string
---@field type 'string' | 'integer'
---@field type 'string' | 'integer' | 'boolean'
---@field optional? boolean
---@class AvanteLLMToolReturn