mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Support rendering subagent details from external agents (#293705)
* Support rendering subagent details from external agents * fix tests
This commit is contained in:
@@ -2048,6 +2048,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatRequestTurn2: extHostTypes.ChatRequestTurn,
|
||||
ChatResponseTurn: extHostTypes.ChatResponseTurn,
|
||||
ChatResponseTurn2: extHostTypes.ChatResponseTurn2,
|
||||
ChatSubagentToolInvocationData: extHostTypes.ChatSubagentToolInvocationData,
|
||||
ChatToolInvocationPart: extHostTypes.ChatToolInvocationPart,
|
||||
ChatLocation: extHostTypes.ChatLocation,
|
||||
ChatSessionStatus: extHostTypes.ChatSessionStatus,
|
||||
|
||||
Reference in New Issue
Block a user