ChatRequest.tools: LanguageModelInformation -> string (#247419)

This commit is contained in:
Rob Lourens
2025-04-25 11:52:21 -07:00
committed by GitHub
parent 52d1a130ad
commit 4d0e77649d
3 changed files with 5 additions and 5 deletions

View File

@@ -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