noir_read_file
Read any file from cloned Noir repositories by providing a relative path, enabling access to documentation, standard library code, and examples.
Instructions
Read any file from the cloned repositories by path. Path should be relative to the repos directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path relative to repos directory (e.g., 'noir/noir_stdlib/src/hash/mod.nr') |