fix: types (#208)

This commit is contained in:
yetone
2024-08-25 14:26:42 +08:00
committed by GitHub
parent b494d05c9d
commit ee88563215
4 changed files with 33 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ local Dressing = require("avante.ui.dressing")
---@field setup fun(): nil
---@field has fun(): boolean
---@field api_key_name string
---@field model? string
---@field parse_api_key fun(): string | nil
---@field parse_stream_data? AvanteStreamParser
---