Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The ChatPreview control displays a preview of chat conversations.
ChatPreview()
from mirmod.controls import ChatPreview @wob.receiver("state", "preview", control=ChatPreview(), hidden=True, connectable=False) def chat_preview(self, data): pass