get_document_content
Retrieve and concatenate the full text of a document by its unique ID. Use this tool when you need the complete content of a document or additional context after a search.
Instructions
按 document_id 拉取并拼接单篇文档全文。
何时使用:用户要看某文档完整内容,或 search 命中后需要更完整上下文时。
参数 document_id 必须是合法 UUID(可从 list_documents 或 search_knowledge_base
的返回中获取)。超 8000 字符会自动截断并在末尾标注原始字符数。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |