edit_doc
Replace outdated text in a document by matching the exact old string and applying the new content using the document ID.
Instructions
Edit the contents of a document by replacing the old content with new content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The ID of the document to edit. | |
| new_string | Yes | The new content for the document. | |
| old_string | Yes | The old string of the document, must match including whitespace and punctuation. |