We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f30dcb commit bf5f94cCopy full SHA for bf5f94c
lua/vectorcode/types.lua
@@ -130,7 +130,7 @@
130
--- - `VectorCode.QueryResult[]`: a list of query results.
131
---@field enabled boolean|(fun(chat: CodeCompanion.Chat, results: VectorCode.QueryResult[]):boolean)|nil
132
---The adapter used for the summarisation task. When set to `nil`, the adapter from the current chat will be used.
133
----@field adapter string|CodeCompanion.HTTPAdapter|nil
+---@field adapter string|CodeCompanion.HTTPAdapter|fun():CodeCompanion.HTTPAdapter|nil
134
---The system prompt sent to the summariser model.
135
---When set to a function, it'll recieve the default system prompt as the only parameter,
136
---and should return the new (full) system prompt. This allows you to customise or rewrite the system prompt.
0 commit comments