fix: limit tool use count (#2294)

This commit is contained in:
yetone
2025-06-22 14:36:41 +08:00
committed by GitHub
parent 285924d48e
commit 1e778e1c67
6 changed files with 63 additions and 7 deletions

View File

@@ -110,6 +110,7 @@ vim.g.avante_login = vim.g.avante_login
---@field is_dummy boolean | nil
---@field is_compacted boolean | nil
---@field is_deleted boolean | nil
---@field session_id string | nil
---
---@class AvanteLLMToolResult
---@field tool_name string