feat: 优化思考过程显示的换行效果
This commit is contained in:
parent
81d4accacf
commit
f3940159b3
@ -42,7 +42,7 @@ const MessageThought: FC<Props> = ({ message }) => {
|
|||||||
{isThinking && <BarLoader color="#9254de" />}
|
{isThinking && <BarLoader color="#9254de" />}
|
||||||
</MessageTitleLabel>
|
</MessageTitleLabel>
|
||||||
),
|
),
|
||||||
children: <ReactMarkdown>{message.reasoning_content}</ReactMarkdown>
|
children: <ReactMarkdown className="markdown">{message.reasoning_content}</ReactMarkdown>
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user