Renders a condensed overview panel summarising article content at a glance.
| Surface | Note |
|---|---|
| googlechat | Outer wrapper styling drops, showing standard paragraph text. |
| Container spacing and custom padding are compressed. |
| Field | Type | |
|---|---|---|
| text | string. The summary narrative block. | required |
{
"type": "summary_box",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:summary_box",
"displayName": "Summary Box",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/summary_box",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Renders a condensed overview panel summarising article content at a glance.",
"representativeQueries": [
"show a condensed introductory panel with article overview",
"renders a condensed overview panel summarising article content at a glance.",
"render a summary box"
]
}
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 →