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

@@ -214,7 +214,7 @@ M.returns = {
},
}
---@type AvanteLLMToolFunc<{ path: string, command: string, streaming?: boolean }>
---@type AvanteLLMToolFunc<{ path: string, command: string }>
function M.func(input, opts)
local is_streaming = opts.streaming or false
if is_streaming then