create_file
Creates a new file at a specified path with provided content. Useful for writing files within the data directory.
Instructions
Create a new file with content.
Args: path: File path (relative to data directory) content: File content
Returns: Result dictionary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |