edit_document
Need to correct or update a document? Replace a specific text string with new content by specifying the document ID, old string, and new string.
Instructions
Edit the content of a document by replacing a string in the 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 |