We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae86987 commit 3bd18bdCopy full SHA for 3bd18bd
ui/src/components/ai-chat/ExecutionDetailDialog.vue
@@ -28,7 +28,7 @@
28
<div class="flex align-center">
29
<span
30
class="mr-16 color-secondary"
31
- v-if="item.type === WorkflowType.Question || item.type === WorkflowType.AiChat"
+ v-if="item.type === WorkflowType.Question || item.type === WorkflowType.AiChat || item.type === WorkflowType.ImageUnderstandNode"
32
>{{ item?.message_tokens + item?.answer_tokens }} tokens</span
33
>
34
<span class="mr-16 color-secondary">{{ item?.run_time?.toFixed(2) || 0.0 }} s</span>
0 commit comments