mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
handle tool calls additional data
This commit is contained in:
@@ -1847,6 +1847,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatRequestTurn2: extHostTypes.ChatRequestTurn,
|
||||
ChatResponseTurn: extHostTypes.ChatResponseTurn,
|
||||
ChatResponseTurn2: extHostTypes.ChatResponseTurn2,
|
||||
ChatToolInvocationPart: extHostTypes.ChatToolInvocationPart,
|
||||
ChatLocation: extHostTypes.ChatLocation,
|
||||
ChatRequestEditorData: extHostTypes.ChatRequestEditorData,
|
||||
ChatRequestNotebookData: extHostTypes.ChatRequestNotebookData,
|
||||
|
||||
Reference in New Issue
Block a user