get_document
Retrieve the full content of a stored document using its unique ID. Use this when you need to access a specific document's text after searching or adding it.
Instructions
Fetch a single document's full content by its id.
Args: document_id: The id returned by add_document or search_documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |