diff --git a/ui/src/assets/workflow/icon_doc-search.svg b/ui/src/assets/workflow/icon_doc-search.svg new file mode 100644 index 000000000..7ab63ff9f --- /dev/null +++ b/ui/src/assets/workflow/icon_doc-search.svg @@ -0,0 +1,4 @@ + + + + diff --git a/ui/src/assets/workflow/icon_file-video.svg b/ui/src/assets/workflow/icon_file-video.svg index b90b79051..cdfe18190 100644 --- a/ui/src/assets/workflow/icon_file-video.svg +++ b/ui/src/assets/workflow/icon_file-video.svg @@ -1,5 +1,5 @@ - - + + 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 08bdd60c9..bea80173b 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 @@ -3,7 +3,7 @@
- + {{ data?.message_tokens + data?.answer_tokens }} tokens{{ data?.message_tokens + data?.answer_tokens }} tokens {{ data?.run_time?.toFixed(2) || 0.0 }} s - + - +
@@ -64,7 +64,7 @@