fix(chat): restore tool execution details
Generic Container CI/CD / test-build-publish (push) Successful in 2m4s
Agent CI/CD v2 / build-test-publish-and-deploy (push) Successful in 2m4s

This commit is contained in:
2026-08-24 18:45:45 +08:00
parent c6efccb88a
commit 774f39cbbe
3 changed files with 48 additions and 6 deletions
+3
View File
@@ -772,6 +772,9 @@ export const streamPromptResponse = async ({
detail: buildToolProgressDetail(
part.tool,
part.state.status,
toolParams,
reason,
part.state.status === "error" ? part.state.error : undefined,
),
});
if (