diff --git a/src/pages/[platform]/ai/conversation/ai-conversation/index.mdx b/src/pages/[platform]/ai/conversation/ai-conversation/index.mdx index 0adc2938d31..9dee3213f60 100644 --- a/src/pages/[platform]/ai/conversation/ai-conversation/index.mdx +++ b/src/pages/[platform]/ai/conversation/ai-conversation/index.mdx @@ -140,7 +140,7 @@ import rehypeHighlight from 'rehype-highlight'; ## Rendering images -The `` component will render images in the conversation history by default. You can also customize how images are rendered, similar to the text messageRenderer. +The `` 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