Displays a highlighted summary box containing critical bullet points from an article.
| Surface | Note |
|---|---|
| googlechat | Outer borders disappear, presenting as plain bullet lists. |
| Background gradients and accent borders dropped by standard clients. |
| Field | Type | |
|---|---|---|
| points | array. Core sentences highlighting the key learnings. | required |
{
"type": "key_takeaways",
"points": [
"First key point",
"Second key point",
"Third key point"
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:key_takeaways",
"displayName": "Key Takeaways",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/key_takeaways",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays a highlighted summary box containing critical bullet points from an article.",
"representativeQueries": [
"show a highlighted summary of main conclusions and critical takeaways",
"displays a highlighted summary box containing critical bullet points from an article.",
"render a key takeaways"
]
}
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 →