Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/vectorcode/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
--- - `VectorCode.QueryResult[]`: a list of query results.
---@field enabled boolean|(fun(chat: CodeCompanion.Chat, results: VectorCode.QueryResult[]):boolean)|nil
---The adapter used for the summarisation task. When set to `nil`, the adapter from the current chat will be used.
---@field adapter string|CodeCompanion.HTTPAdapter|nil
---@field adapter string|CodeCompanion.HTTPAdapter|fun():CodeCompanion.HTTPAdapter|nil
---The system prompt sent to the summariser model.
---When set to a function, it'll recieve the default system prompt as the only parameter,
---and should return the new (full) system prompt. This allows you to customise or rewrite the system prompt.
Expand Down
Loading