follow_up
Send another turn to a finished agent so it keeps its conversation context, letting tasks that build on prior work continue without starting a new agent.
Instructions
Send another turn to an existing agent, keeping its full conversation. Use this instead of spawning a fresh agent whenever the work builds on what that agent already did — it keeps the context and costs far less. The agent must have finished; use steer for a live run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Short agent id, e.g. ag_7f3k2m. | |
| prompt | Yes | The follow-up message. |