diff --git a/web/app/components/base/chat/chat/hooks.ts b/web/app/components/base/chat/chat/hooks.ts index bfcbdcfc60..3804ee46d3 100644 --- a/web/app/components/base/chat/chat/hooks.ts +++ b/web/app/components/base/chat/chat/hooks.ts @@ -375,6 +375,12 @@ export const useChat = ( status: NodeRunningStatus.Running, } } + else { + responseItem.workflowProcess.tracing.push({ + ...nodeStartedData, + status: NodeRunningStatus.Running, + }) + } } else { if (nodeStartedData.iteration_id)