Get a delegated task's output
delegate_resultRetrieve the final text from a delegated OpenRouter session, including token usage and cost. Optionally block until the job completes using wait_seconds.
Instructions
Return the final text produced by a delegated session, with its token usage, estimated cost and session_id for follow-ups. Blocks until the job finishes if you pass wait_seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id to collect. | |
| wait_seconds | No | Block up to this many seconds for the job to finish. |