fix: handle user-declined tool executions separately from errors (#2258)
This commit is contained in:
@@ -116,6 +116,7 @@ vim.g.avante_login = vim.g.avante_login
|
||||
---@field tool_use_id string
|
||||
---@field content string
|
||||
---@field is_error? boolean
|
||||
---@field is_user_declined? boolean
|
||||
---
|
||||
---@class AvantePromptOptions: table<[string], string>
|
||||
---@field system_prompt string
|
||||
|
||||
Reference in New Issue
Block a user