From eca17767fe3284734bc867ba24e15b45b1ae8f3b Mon Sep 17 00:00:00 2001 From: StyleZhang Date: Thu, 22 Aug 2024 15:09:54 +0800 Subject: [PATCH] chat style --- web/app/components/base/chat/chat/answer/tool-detail.tsx | 4 ++-- web/app/components/base/chat/chat/question.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/components/base/chat/chat/answer/tool-detail.tsx b/web/app/components/base/chat/chat/answer/tool-detail.tsx index 130ad42fda..aeaeafc5ac 100644 --- a/web/app/components/base/chat/chat/answer/tool-detail.tsx +++ b/web/app/components/base/chat/chat/answer/tool-detail.tsx @@ -49,7 +49,7 @@ const ToolDetail = ({
{t('tools.thought.requestTitle')}
-
+
{input}
@@ -57,7 +57,7 @@ const ToolDetail = ({
{t('tools.thought.responseTitle')}
-
+
{output}
diff --git a/web/app/components/base/chat/chat/question.tsx b/web/app/components/base/chat/chat/question.tsx index 7ea9656a3e..30809ec995 100644 --- a/web/app/components/base/chat/chat/question.tsx +++ b/web/app/components/base/chat/chat/question.tsx @@ -32,7 +32,7 @@ const Question: FC = ({
{