run_onyx_code
Execute and test Onyx programming code, capture its output or errors for debugging purposes with a configurable timeout and optional filename.
Instructions
Execute Onyx code and return the output/errors for testing and debugging
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Onyx code to execute | |
filename | No | Optional filename (defaults to temp.onyx) | temp.onyx |
timeout | No | Execution timeout in seconds |