Inline Gemini prompt input that calls the GAS callGemini() function from within a rendered page
| Field | Type | |
|---|---|---|
| label | string | optional |
| placeholder | string | optional |
| accent | string (optional, hex colour) | optional |
{
"type": "gemini_prompt"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:gemini_prompt",
"displayName": "Gemini Prompt",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/gemini_prompt",
"capabilities": [
"apps-script-web"
],
"description": "Inline Gemini prompt input that calls the GAS callGemini() function from within a rendered page",
"representativeQueries": [
"show a inline Gemini prompt input widget",
"inline gemini prompt input that calls the gas callgemini() function from within a rendered page",
"render a gemini prompt"
]
}
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 →