write_file
Write content to a file at a specified path. Provide the path and content to create or update the file.
Instructions
Write content to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to write | |
| content | Yes | Content to write to the file |