mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Tools API updates (#226493)
* Tools API updates Support toolCallId, tool call parts in content2 * Fix
This commit is contained in:
@@ -1766,9 +1766,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatRequestNotebookData: extHostTypes.ChatRequestNotebookData,
|
||||
LanguageModelChatMessageRole: extHostTypes.LanguageModelChatMessageRole,
|
||||
LanguageModelChatMessage: extHostTypes.LanguageModelChatMessage,
|
||||
LanguageModelChatMessageFunctionResultPart: extHostTypes.LanguageModelFunctionResultPart,
|
||||
LanguageModelChatMessageToolResultPart: extHostTypes.LanguageModelToolResultPart,
|
||||
LanguageModelChatResponseTextPart: extHostTypes.LanguageModelTextPart,
|
||||
LanguageModelChatResponseFunctionUsePart: extHostTypes.LanguageModelFunctionUsePart,
|
||||
LanguageModelChatResponseToolCallPart: extHostTypes.LanguageModelToolCallPart,
|
||||
LanguageModelError: extHostTypes.LanguageModelError,
|
||||
NewSymbolName: extHostTypes.NewSymbolName,
|
||||
NewSymbolNameTag: extHostTypes.NewSymbolNameTag,
|
||||
|
||||
Reference in New Issue
Block a user