Controls
ChatPreview
The ChatPreview control displays a preview of chat conversations.
Documentation Index
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