write_file
Create or overwrite a file at a specified path with provided content, enabling direct file manipulation from the terminal.
Instructions
Write or overwrite a file on the user's machine. After writing code, use run_file to execute it — do NOT also call run_code with the same code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |