job_result
Retrieve the result of a completed background job using its job ID. If the job is still running, returns an error indicating it has not finished.
Instructions
Obtém o resultado de um job que já terminou.
Retorna erro job_not_finished se ainda estiver rodando.
Args: job_id: Id devolvido pela tool que iniciou o job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |