Read a file produced by Codex
codex_read_artifactRead large artifact files from a Codex workspace, returning images as image content and other files as text.
Instructions
Read one file from a Codex workspace, for artifacts that were too large to inline. Images come back as image content, everything else as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file, relative to the workspace root or absolute inside it. | |
| max_bytes | No | Refuse files larger than this. Default 5000000. |