AvatarsOptions
Prop | Type | Description | Default |
---|---|---|---|
visible | boolean | If true, show avatars. | true |
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. |