kimi_write_file
Writes given content to a file at a specified absolute path, creating a new file or overwriting an existing one.
Instructions
Create or overwrite a file with given content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute file path to write | |
| content | Yes | Content to write | |
| workFolder | No |