fix(answer): The chat interface outputs twice (#17033)

This commit is contained in:
Novice
2025-03-28 18:18:29 +08:00
committed by GitHub
parent bc22076ad8
commit dd3844d1d3

View File

@@ -164,7 +164,7 @@ const Answer: FC<AnswerProps> = ({
)
}
{
(hasAgentThoughts || content) && (
(hasAgentThoughts) && (
<AgentContent
item={item}
responding={responding}