diff --git a/src/components/WorkFlow/node.tsx b/src/components/WorkFlow/node.tsx index b44113cd..eed3f295 100644 --- a/src/components/WorkFlow/node.tsx +++ b/src/components/WorkFlow/node.tsx @@ -460,7 +460,7 @@ export function Node({ id, data }: NodeProps) {
{/* {JSON.stringify(data.agent)} */} {agentToolkits[ @@ -551,7 +551,7 @@ export function Node({ id, data }: NodeProps) {
{data.agent?.tasks && data.agent?.tasks.length > 0 && (
- {/*
Subtasks
*/} + {/*
Subtasks
*/}
{/* Streaming agent output */} {chatStore.tasks[chatStore.activeTaskId as string]?.streamingAgentOutput?.[task.id] && ( -
+
{chatStore.tasks[chatStore.activeTaskId as string].streamingAgentOutput[task.id]}