follow_up
Send a new prompt to a completed delegate, reusing its existing context to avoid re-explaining the task. Poll with status to retrieve the response.
Instructions
Send another prompt to a delegate that has already finished, keeping everything it read and said. Use this instead of spawning a fresh delegate and re-explaining the task: the session still holds its own context, which yours never had to absorb. Returns immediately; poll with status as usual. For a delegate that is still working, use steer instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The next turn for this delegate | |
| sessionId | Yes |