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

pull/14262/head
Novice 1 year ago committed by Bharat Ramanathan
parent 53f6745af7
commit 79dd3d93df

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

Loading…
Cancel
Save