AxArgmin_execute_code
Run Python code in a sandbox with numpy, math, and ax_core.argmin. Use export(name, value) to return results.
Instructions
Execute Python code in a sandboxed environment with numpy, math, and the ax_core.argmin numerical library available. Code must call export(name, value) at least once to return results. Typically used to run code produced by the generate_code tool, but also accepts hand-written or modified code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python code to execute. Must call export(name, value) to return results. |