> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mainly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ChatPreview

> The ChatPreview control displays a preview of chat conversations.

```
ChatPreview()
```

# Example

```python theme={null}
from mirmod.controls import ChatPreview

@wob.receiver("state", "preview", control=ChatPreview(), hidden=True, connectable=False)
def chat_preview(self, data):
	pass
```

# Parameters

This control has no configurable parameters.
