mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
ChatRequest.tools: LanguageModelInformation -> string (#247419)
This commit is contained in:
@@ -248,7 +248,7 @@ declare module 'vscode' {
|
||||
/**
|
||||
* A map of all tools that should (`true`) and should not (`false`) be used in this request.
|
||||
*/
|
||||
readonly tools: Map<LanguageModelToolInformation, boolean>;
|
||||
readonly tools: Map<string, boolean>;
|
||||
}
|
||||
|
||||
// TODO@API fit this into the stream
|
||||
|
||||
Reference in New Issue
Block a user