execute
Run custom Python scripts with a run(_ctx) entry point; stdout prints are returned as the response.
Instructions
Raw Python passthrough. The script must define def run(_ctx): as entry point.
Use print() for any data to return; stdout becomes the response message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes |