From dd3844d1d33aa29b79b757ac03937e0de0c3d403 Mon Sep 17 00:00:00 2001 From: Novice <857526207@qq.com> Date: Fri, 28 Mar 2025 18:18:29 +0800 Subject: [PATCH] fix(answer): The chat interface outputs twice (#17033) --- web/app/components/base/chat/chat/answer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/chat/chat/answer/index.tsx b/web/app/components/base/chat/chat/answer/index.tsx index 262569522..349bc7477 100644 --- a/web/app/components/base/chat/chat/answer/index.tsx +++ b/web/app/components/base/chat/chat/answer/index.tsx @@ -164,7 +164,7 @@ const Answer: FC = ({ ) } { - (hasAgentThoughts || content) && ( + (hasAgentThoughts) && (