get_document
Retrieve a document from the knowledge base using its unique ID. Pass the document_id to fetch the full content.
Instructions
Get a document by ID.
Args:
document_id: UUID of the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |