follow_up
Continue a prior Antigravity delegation by providing the session ID and a follow-up question, preserving full context without resending history.
Instructions
Continue a previous Antigravity session by session_id (returned by every other tool). USE THIS for follow-up questions about a prior delegation — the full prior context is already on agy's side, so you don't resend anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session id returned by a previous agy-bridge call. | |
| question | Yes | The follow-up question. | |
| cwd | No | Absolute path to the working directory / project root. Defaults to the server's cwd. | |
| model | No | Override the model (exact name from `agy models`, e.g. "Gemini 3.1 Pro (High)"). Normally omit — the tool routes automatically. |