The ResponseRenderer parses Markdown text generated by local models and formats headings, lists, links, paragraphs, and tables. It uses react-markdown and remark-gfm for complete GitHub Flavored Markdown compatibility.
| Prop | Type | Default | Description |
|---|---|---|---|
content | string | "" | The Markdown content to be parsed. |
effect | ResponseEffectType | "none" | Streaming animation effect: "none", "fade-in", "fade-in-up", "fade-in-down", "blur-in", "blur-in-up", "shimmer", or "glow". |