create_text_file
Create or overwrite text files by specifying a relative path and content, enabling file management within codebases.
Instructions
Write a new file or overwrite an existing file. Returns a message indicating success or failure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relative_path | Yes | The relative path to the file to create. | |
| content | Yes | The (appropriately encoded) content to write to the file. |