kimi_write_file
Create or overwrite a file with specified content at an absolute path, enabling direct file writes for coding and automation tasks.
Instructions
Create or overwrite a file with specified content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute file path to write | |
| content | Yes | Content to write to the file | |
| workFolder | No | Working directory (absolute path) |