edit_documents
Replace an exact string in a document with new text to update or correct content.
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 to edit | |
| old_str | Yes | The text to replace. Must match exactly, including whitespace | |
| new_str | Yes | The new text to insert in place of the old text |