mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
hook streaming first pass (#293514)
* hooks streaming first pass * Update src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatHookContentPart.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update styling * modify api shape * address some comments + do not render for now * new icons + no more continue * make sure we render right, some comments addressed * uncomment that stuffs --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -2022,6 +2022,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatResponseProgressPart: extHostTypes.ChatResponseProgressPart,
|
||||
ChatResponseProgressPart2: extHostTypes.ChatResponseProgressPart2,
|
||||
ChatResponseThinkingProgressPart: extHostTypes.ChatResponseThinkingProgressPart,
|
||||
ChatResponseHookPart: extHostTypes.ChatResponseHookPart,
|
||||
ChatResponseReferencePart: extHostTypes.ChatResponseReferencePart,
|
||||
ChatResponseReferencePart2: extHostTypes.ChatResponseReferencePart,
|
||||
ChatResponseCodeCitationPart: extHostTypes.ChatResponseCodeCitationPart,
|
||||
|
||||
Reference in New Issue
Block a user