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) && (