kimi_edit_file
Replace an exact string in a file with new content. Specify the file path, the exact text to find, and the replacement to apply.
Instructions
Edit a file by replacing an exact string with new content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute file path to edit | |
| new_string | Yes | New string to replace with | |
| old_string | Yes | Exact string to find and replace | |
| workFolder | No | Working directory (absolute path) |