file_write
Create or overwrite files in the workspace to generate output for skills. Specify file path and content to write data.
Instructions
Create or overwrite a file in the workspace. Use this tool when a skill needs to generate output files.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file, relative to the workspace directory | |
| content | Yes | Content to write to the file |