rlm_get_chunk
Retrieve full text of a chunk by its ID to maintain source attribution and reduce hallucination.
Instructions
Retrieve full content by chunk ID. Use with rlm_context_query(return_references=True) to fetch full content of specific sections. This pass-by-reference pattern reduces hallucination by maintaining clear source attribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_id | Yes | The chunk ID from rlm_context_query results (when return_references=True) |