fix: clear useless parameters

This commit is contained in:
yetone
2025-07-17 13:48:15 +08:00
parent 2a16e7d4d9
commit 5ea24f59fa
7 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ local Config = require("avante.config")
local Highlights = require("avante.highlights")
local Line = require("avante.ui.line")
---@alias AttemptCompletionInput {result: string, command?: string, streaming?: boolean}
---@alias AttemptCompletionInput {result: string, command?: string}
---@class AvanteLLMTool
local M = setmetatable({}, Base)