@@ -334,7 +334,6 @@ const api: typeof vscode = {
334334 TextSearchContext2 : searchExtTypes . TextSearchContext2 ,
335335 ChatResponseNotebookEditPart : extHostTypes . ChatResponseNotebookEditPart ,
336336 ChatErrorLevel : extHostTypes . ChatErrorLevel ,
337- PreparedTerminalToolInvocation : extHostTypes . PreparedTerminalToolInvocation ,
338337 ExtendedLanguageModelToolResult : extHostTypes . ExtendedLanguageModelToolResult ,
339338 ChatReferenceDiagnostic : extHostTypes . ChatReferenceDiagnostic ,
340339 // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -352,7 +351,18 @@ const api: typeof vscode = {
352351 McpHttpServerDefinition : extHostTypes . McpHttpServerDefinition ,
353352 AISearchKeyword : searchExtTypes . AISearchKeyword ,
354353 ChatPrepareToolInvocationPart : extHostTypes . ChatPrepareToolInvocationPart ,
355- InlineCompletionsDisposeReasonKind : extHostTypes . InlineCompletionsDisposeReasonKind
354+ InlineCompletionsDisposeReasonKind : extHostTypes . InlineCompletionsDisposeReasonKind ,
355+ ChatToolInvocationPart : extHostTypes . ChatToolInvocationPart ,
356+ ChatResponseMultiDiffPart : extHostTypes . ChatResponseMultiDiffPart ,
357+ ChatResponsePullRequestPart : extHostTypes . ChatResponsePullRequestPart ,
358+ ChatResponseClearToPreviousToolInvocationReason :
359+ extHostTypes . ChatResponseClearToPreviousToolInvocationReason ,
360+ LanguageModelToolExtensionSource : extHostTypes . LanguageModelToolExtensionSource ,
361+ LanguageModelToolMCPSource : extHostTypes . LanguageModelToolMCPSource ,
362+ ChatResponseTurn2 : extHostTypes . ChatResponseTurn2 ,
363+ ToolResultAudience : extHostTypes . ToolResultAudience ,
364+ LanguageModelTextPart2 : extHostTypes . LanguageModelTextPart ,
365+ LanguageModelDataPart2 : extHostTypes . LanguageModelDataPart
356366}
357367
358368// @ts -expect-error the syntax will be transformed by a typescript transformer in the rollup config
0 commit comments