download_dci_file
Downloads a DCI file from a job to a local path. Requires job ID, file ID, and output path to save the file.
Instructions
Download a DCI file to a local path.
Returns: JSON string with download status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The ID of the job associated with the file | |
| file_id | Yes | The ID of the file to download | |
| output_path | Yes | Local path where to save the file. If not instructed otherwise, always ask to download to /tmp/dci/<dci job id>/. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |