We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7e540 commit c541393Copy full SHA for c541393
client/packages/lowcoder/src/comps/comps/chatComp/components/assistant-ui/thread.tsx
@@ -159,7 +159,7 @@ import {
159
<UserActionBar />
160
161
<div className="aui-user-message-content">
162
- <MessagePrimitive.Parts />
+ <MessagePrimitive.Content />
163
</div>
164
165
<BranchPicker className="aui-user-branch-picker" />
@@ -204,7 +204,7 @@ import {
204
return (
205
<MessagePrimitive.Root className="aui-assistant-message-root">
206
<div className="aui-assistant-message-content">
207
- <MessagePrimitive.Parts components={{ Text: MarkdownText }} />
+ <MessagePrimitive.Content components={{ Text: MarkdownText }} />
208
209
210
<AssistantActionBar />
0 commit comments