Skip to content

Commit

Permalink
Update src/pages/[platform]/ai/conversation/ai-conversation/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Saultz <52051793+atierian@users.noreply.github.com>
  • Loading branch information
dbanksdesign and atierian authored Nov 21, 2024
1 parent 598f02c commit f64952e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ import rehypeHighlight from 'rehype-highlight';

## Rendering images

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.
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.

```tsx
// Note: the image in a message comes in as a byte array
Expand Down

0 comments on commit f64952e

Please sign in to comment.