octri_read_generated_file
Read one generated file from a fetched build to inspect what the generator emitted, using build ID, language, and file path.
Instructions
Read one generated file from a fetched build. This is how to inspect what the generator actually emitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path within the language's output tree. | |
| build_id | Yes | ||
| language | Yes | ||
| max_bytes | No | Defaults to 200000. | |
| project_id | No | Project id. Optional, falls back to the CLI's selected project. |