run_file
Execute an existing file without rewriting code. Use after creating a file to run it directly; language auto-detects from extension.
Instructions
Run an already-existing file. Use this after write_file — avoids writing the code twice. Language is auto-detected from extension if not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| language | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |