Get a delegated task's output
delegate_resultRetrieve the final text from a delegated Ollama session using a job ID. Optionally block until completion by setting wait_seconds.
Instructions
Return the final text produced by a delegated Ollama session, plus its 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. |