write_file
Write or overwrite a file at the given path with specified content; any required parent directories are created automatically.
Instructions
Write (or overwrite) a file with the given content. Parent directories are created automatically. Always write the COMPLETE file content, this replaces the entire file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |