Takes an array of Google Doc IDs and renders one Vertex AI Gemini summary card per doc — a compact briefing pack for meetings. Each doc can have its own prompt override.
| Field | Type | |
|---|---|---|
| docs | array. Array of {doc_id, title?, prompt?} objects. | required |
| default_prompt | string. Fallback prompt for docs without their own. | optional |
| accent | string. Accent colour for doc links. | optional |
| model | string. Gemini model override. | optional |
{
"type": "multi_doc_ai_brief",
"docs": [
{
"title": "Doc 1",
"url": "https://example.com"
},
{
"title": "Doc 2",
"url": "https://example.com"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:multi_doc_ai_brief",
"displayName": "Multi Doc Ai Brief",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/multi_doc_ai_brief",
"capabilities": [
"apps-script-web"
],
"description": "Takes an array of Google Doc IDs and renders one Vertex AI Gemini summary card per doc \u2014 a compact briefing pack for meetings. Each doc can have its own prompt override.",
"representativeQueries": [
"show a multi-doc briefing pack \u2014 one Gemini summary card per Google Doc",
"takes an array of google doc ids and renders one vertex ai gemini summary card per doc \u2014 a compact b",
"render a multi doc ai brief"
]
}
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 →