Support rendering subagent details from external agents (#293705)

* Support rendering subagent details from external agents

* fix tests
This commit is contained in:
Rob Lourens
2026-02-07 23:07:45 +00:00
committed by GitHub
parent 7b1aae991c
commit 1aa235610c
11 changed files with 120 additions and 54 deletions

View File

@@ -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,