Ask Antigravity (new conversation)
antigravity_askAsk a question to Antigravity AI in a new conversation and receive the model's final response as text. Optionally set a working directory for context-aware answers.
Instructions
Ask Antigravity (Gemini 3.5 Flash High via agy CLI) a question in a NEW conversation.
Uses your existing AI Pro authentication (silent-auth via Windows Credential Manager). Returns the model's final response as text.
Model is fixed to Gemini 3.5 Flash (High) — agy print-mode hardcodes it. Good for fast tool-calling and short tasks; for heavier reasoning prefer the host model directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Question or instruction for Antigravity. | |
| workspace | No | Working directory for the conversation. Defaults to cwd. Choose an existing project dir for context-aware responses. | |
| timeout_s | No | Max seconds to wait for agy to complete. Default 180. | |
| watch | No | If true, open a live "watch" view in your browser that streams agy's steps (narration + the real commands it runs) as it works. agy still runs headless; the same final text is returned. Best- effort and cross-platform — if the browser can't open, the run completes normally. Default false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |