Animated conversation thread with user/assistant bubbles
| Field | Type | |
|---|---|---|
| messages | array of {role (user|assistant), name, text} | optional |
{
"type": "chat_sequence"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:chat_sequence",
"displayName": "Chat Sequence",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/chat_sequence",
"capabilities": [
"apps-script-web"
],
"description": "Animated conversation thread with user/assistant bubbles",
"representativeQueries": [
"show a animated chat conversation thread",
"animated conversation thread with user/assistant bubbles",
"render a chat sequence"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →