mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Support streaming of partial tool data (#278640)
* Start work on handling tool stream * Start working on rendering tool progress * Handle complete better * Inovcation message * Revert "Inovcation message" This reverts commitf502d22d9a. * Reapply "Inovcation message" This reverts commit855668653f. * Revert "Reapply "Inovcation message"" This reverts commit4c4db3ac36. * Handle updating progress * Better messages * Have progress re-render if content changes * Fix import * Move prepare to view layer * Clean up diff * Pass tool call id through * Pin it * Modify the progress tool flow to use the same part + observables * Some more debug logs * Address feedback * Plumb tool call id through to invoke * Address connor's typing feedback * Fix import * Fix session operation log * Update src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove debug logging * fix wrong enums --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1906,7 +1906,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatResponseExtensionsPart: extHostTypes.ChatResponseExtensionsPart,
|
||||
ChatResponseExternalEditPart: extHostTypes.ChatResponseExternalEditPart,
|
||||
ChatResponsePullRequestPart: extHostTypes.ChatResponsePullRequestPart,
|
||||
ChatPrepareToolInvocationPart: extHostTypes.ChatPrepareToolInvocationPart,
|
||||
ChatResponseMultiDiffPart: extHostTypes.ChatResponseMultiDiffPart,
|
||||
ChatResponseReferencePartStatusKind: extHostTypes.ChatResponseReferencePartStatusKind,
|
||||
ChatResponseClearToPreviousToolInvocationReason: extHostTypes.ChatResponseClearToPreviousToolInvocationReason,
|
||||
|
||||
Reference in New Issue
Block a user