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

pull/17074/head
Novice 1 year ago committed by GitHub
parent bc22076ad8
commit dd3844d1d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save