A row of tappable suggestion chips placed at the end of a response or slide, prompting the user with pre-written follow-up questions or actions. Each chip fires its text as a new user message when clicked.
| Surface | Note |
|---|---|
| meet-stage | Chips render correctly; click actions need stage WebSocket routing to produce AI responses |
| Field | Type | |
|---|---|---|
| items | {'type': 'array', 'description': "List of suggestion strings. e.g. ['What's the ROI?', 'Show me by region', 'Compare to last year']."} | required |
| label | string. Small heading above the chips. e.g. 'You might also ask:' | optional |
{
"type": "follow_up_chips",
"items": [
{
"label": "Item 1"
},
{
"label": "Item 2"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:follow_up_chips",
"displayName": "Follow Up Chips",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/follow_up_chips",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "A row of tappable suggestion chips placed at the end of a response or slide, prompting the user with pre-written follow-up questions or actions. Each chip fires its text as a new user message when clicked.",
"representativeQueries": [
"show a clickable follow-up suggestion chips",
"a row of tappable suggestion chips placed at the end of a response or slide, prompting the user with",
"render a follow up chips"
]
}
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 →