support rendering extensions in chat (#246666)

This commit is contained in:
Sandeep Somavarapu
2025-04-15 23:30:19 +02:00
committed by GitHub
parent 95b030057b
commit 18fcd02565
13 changed files with 258 additions and 126 deletions

View File

@@ -1797,6 +1797,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
ChatResponseCommandButtonPart: extHostTypes.ChatResponseCommandButtonPart,
ChatResponseConfirmationPart: extHostTypes.ChatResponseConfirmationPart,
ChatResponseMovePart: extHostTypes.ChatResponseMovePart,
ChatResponseExtensionsPart: extHostTypes.ChatResponseExtensionsPart,
ChatResponseReferencePartStatusKind: extHostTypes.ChatResponseReferencePartStatusKind,
ChatRequestTurn: extHostTypes.ChatRequestTurn,
ChatResponseTurn: extHostTypes.ChatResponseTurn,