update_document
Update an existing document by providing its ID and a new file path to replace its content.
Instructions
Update an existing document by re-ingesting it.
Args:
document_id: UUID of the document to update.
file_path: Absolute path to the new document file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |