Gemini Prompt

Inline Gemini prompt input that calls the GAS callGemini() function from within a rendered page

Surfaces
apps-script-web
Fields
FieldType
labelstringoptional
placeholderstringoptional
accentstring (optional, hex colour)optional
Example payload
{
  "type": "gemini_prompt"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →