AvatarsOptions
Prop | Type | Description |
---|---|---|
visible | boolean | If true, show avatars. Default: |
user | string | ComponentType<{ className: string }> | The user avatar. Can be a string (to use as source for the image) or a component. |
assistant | string | ComponentType<{ className: string }> | The assistant avatar. Can be a string (to use as source for the image) or a component. |