build_onyx_code
Compile Onyx code into an executable file using the 'onyx build' command within a specified directory, with customizable filename and build timeout options.
Instructions
Build Onyx code file using "onyx build" in a specified directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Onyx code to build | |
directory | No | Directory to build in (defaults to current working directory) | . |
filename | No | Filename for the Onyx file | main.onyx |
timeout | No | Build timeout in seconds |