edit_document
Replace a specific text string within a document with new content. Provide the document ID, exact old text, and new text to update the document.
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 | Id of the document that will be edited | |
| new_str | Yes | The new text to insert in place of the old text | |
| old_str | Yes | The text to replace. Must match exactly, including whitespace |