build_onyx_code
Use this tool to compile Onyx code into a file within a specified directory, ensuring efficient code execution with a customizable timeout.
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 |