edit_file
Replace specific content in files to modify code or text, enabling targeted edits without manual file manipulation.
Instructions
Edit a file by replacing specific content
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to the file | |
| old_content | Yes | The content to be replaced in the file. | |
| new_content | Yes | New content to insert |