Skip to main content

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()

Example

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.