edit_document
Replace a specified string in a document with a new string, using the document ID to target the file.
Instructions
Edit a document by replacing a string in the documents content with a new string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The ID of the document to edit. | |
| new_string | Yes | The new string to replace the old string with. | |
| old_string | Yes | The string to be replaced in the document. |