From cbe044310efcf3abc5bdb0d02ee4394011f63fb6 Mon Sep 17 00:00:00 2001
From: wangdan-fit2cloud
Date: Fri, 22 Nov 2024 17:02:28 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=89=A7=E8=A1=8C?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ai-chat/ExecutionDetailDialog.vue | 22 +++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue
index ee3bc5c23..1667d6439 100644
--- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue
+++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue
@@ -348,8 +348,23 @@
v-for="(history, historyIndex) in item.history_message"
:key="historyIndex"
>
- {{ history.role }}:{{ history.content }}
+ {{ history.role }}:
+
+
+
+
+ {{ h.text }}
+
+
+
+ {{ history.content }}
-
@@ -359,7 +374,7 @@
本次对话
-
文件:
+
图片:
-
提示词:
{{ item.question || '-' }}