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 @@ - +