feat: add stop sequence (#1652)
This commit is contained in:
@@ -245,7 +245,7 @@ vim.g.avante_login = vim.g.avante_login
|
||||
---@field usage? AvanteLLMUsage
|
||||
---
|
||||
---@class AvanteLLMStopCallbackOptions
|
||||
---@field reason "complete" | "tool_use" | "error" | "rate_limit"
|
||||
---@field reason "complete" | "tool_use" | "error" | "rate_limit" | "cancelled"
|
||||
---@field error? string | table
|
||||
---@field usage? AvanteLLMUsage
|
||||
---@field tool_use_list? AvanteLLMToolUse[]
|
||||
|
||||
Reference in New Issue
Block a user