Skip to content

Commit f64952e

Browse files
Update src/pages/[platform]/ai/conversation/ai-conversation/index.mdx
Co-authored-by: Ian Saultz <[email protected]>
1 parent 598f02c commit f64952e

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/ai/conversation/ai-conversation

1 file changed

+1
-1
lines changed

src/pages/[platform]/ai/conversation/ai-conversation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ import rehypeHighlight from 'rehype-highlight';
140140

141141
## Rendering images
142142

143-
The `<AIConversation>` component will render images in the conversation history by default. You can also customize how images are rendered, similar to the text messageRenderer.
143+
The `<AIConversation>` component renders images in the conversation history by default. You can also customize how images are rendered with `messageRenderer`, similar to the text example above.
144144

145145
```tsx
146146
// Note: the image in a message comes in as a byte array

0 commit comments

Comments
 (0)