fix(chat): add tracing for workflow process when node status is running

This commit is contained in:
twwu 2026-01-14 17:24:16 +08:00
parent 7463bc9199
commit 368e38d593
1 changed files with 6 additions and 0 deletions

View File

@ -375,6 +375,12 @@ export const useChat = (
status: NodeRunningStatus.Running,
}
}
else {
responseItem.workflowProcess.tracing.push({
...nodeStartedData,
status: NodeRunningStatus.Running,
})
}
}
else {
if (nodeStartedData.iteration_id)