-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
vscodeissues related to VSCode compatibilityissues related to VSCode compatibility
Description
There were some additions to Chat and Language Models in vscode 1.95:
ChatRequestTurn#toolReferences
added readonly propertyChatRequest
additions:toolReferences
,toolInvocationToken
andmodel
readonly propertiesLanguageModelChatMessage
updates: content is now only a string anymore but also(LanguageModelTextPart | LanguageModelToolResultPart | LanguageModelToolCallPart)[]
LanguageModelChatResponse#stream
property addedLanguageModelChatRequestOptions
tools
andtoolModel
added optional properties- Added methods in language model namespace
-LanguageModelChatTool, LanguageModelChatToolMode, LanguageModelToolCallPart, LanguageModelToolResultPart, LanguageModelTextPart, LanguageModelPromptTsxPart, LanguageModelToolResult, ChatParticipantToolToken, LanguageModelToolInvocationOptions, LanguageModelToolTokenizationOptions, LanguageModelToolInformation, LanguageModelToolInvocationPrepareOptions, LanguageModelTool<T>, LanguageModelToolConfirmationMessages, PreparedToolInvocation, ChatLanguageModelToolReference
added types
All those APIs shall be properly stubbed, as done in #13778
Metadata
Metadata
Assignees
Labels
vscodeissues related to VSCode compatibilityissues related to VSCode compatibility