From 209131a5b4d06cfa72b4020fb9c4e2d396141d90 Mon Sep 17 00:00:00 2001 From: keting lu Date: Fri, 11 Apr 2025 15:21:51 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9AEnd=20Node=20Output=20Display?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/components/run/node/node.tsx | 3 +++ 1 file changed, 3 insertions(+) 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 && (