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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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