edit_doc_contents
Edit a document's content by replacing an exact old string with a new string using the document ID.
Instructions
Can be used to edit the contents of a doc
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ID of the document we want to edit | |
| new_str | Yes | Content that's to be replacing the old_str. | |
| old_str | Yes | Content to replace. Must match exactly, including whitespaces |