continue_task
Send a follow-up prompt to an existing delegation session to iterate on results or request a final summary when the prior answer was empty. Full conversation history is preserved for context.
Instructions
Send a follow-up message to an existing delegation session (full history preserved). Same monitoring guarantees as delegate_task: hard wait ceiling, and a session that ends in error comes back as an error.
USE IT FOR: iterating on work that came back good, or asking for the final summary when the answer came back empty. DO NOT use it while a round is still running - it queues a second prompt on top of the one in flight; check task_progress first. DO NOT use it to switch models: a session belongs to the model it was created with, so relaunch with delegate_task instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Only needed if the session predates a bridge restart (the registry is in memory). Must be the SAME model the session was created with. | |
| effort | No | Override the effort for this round only. Omit to keep what the session was created with. | |
| prompt | Yes | ||
| session_id | Yes |