llm_job_result
Retrieve captured stdout and stderr from a completed async LLM job by providing its job ID.
Instructions
Retrieve captured stdout/stderr for a gateway async or deferred-sync job by jobId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Async job ID from *_request_async | |
| maxChars | No | Max chars returned per stream |