From 53287575212f5d73c50a2db0e880477bbb8605a0 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 19 Sep 2025 17:55:02 +0800 Subject: [PATCH] fix: The intention is to identify the display issue of the node --- .../ExecutionDetailCard.vue | 11 +- .../nodes/intent-classify-node/index.vue | 126 +++++++++--------- 2 files changed, 71 insertions(+), 66 deletions(-) diff --git a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue index db7417967..54bf7c3e8 100644 --- a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue +++ b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue @@ -21,7 +21,8 @@ data.type === WorkflowType.AiChat || data.type === WorkflowType.ImageUnderstandNode || data.type === WorkflowType.ImageGenerateNode || - data.type === WorkflowType.Application + data.type === WorkflowType.Application || + data.type == WorkflowType.IntentNode " >{{ data?.message_tokens + data?.answer_tokens }} tokens @@ -168,7 +169,7 @@ - +