Browse Source

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

tags/1.2.0
Novice 7 months ago
parent
commit
dd3844d1d3
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/base/chat/chat/answer/index.tsx

+ 1
- 1
web/app/components/base/chat/chat/answer/index.tsx View File

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

Loading…
Cancel
Save