diff --git a/web/app/components/run/node/node.tsx b/web/app/components/run/node/node.tsx index f953e17021..52b78551b0 100644 --- a/web/app/components/run/node/node.tsx +++ b/web/app/components/run/node/node.tsx @@ -133,6 +133,9 @@ const NodePanel: FC = ({ { nodeInfo.node_type === BlockEnum.LLM && nodeInfo.outputs?.text && } + {nodeInfo.node_type === BlockEnum.End && nodeInfo.outputs?.output && ( + + )} {nodeInfo.node_type === BlockEnum.Tool && (nodeInfo.outputs?.text) &&
} {!collapseState && !hideProcessDetail && (