Write file (ToolAhead)
write_fileCreate or overwrite a UTF-8 workspace file by supplying file_path and content. Writes execute directly, without prefetching, caching, or replaying.
Instructions
Create or overwrite a UTF-8 workspace file using the familiar file_path and content contract. Writes execute normally and are never prefetched, cached, or replayed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Complete UTF-8 file contents. | |
| file_path | Yes | Absolute path or path relative to the workspace. |