Get Specific Chunks
rlm_get_chunksRetrieve the actual content of specific chunks from a decomposed context, enabling targeted processing after segmentation.
Instructions
Retrieve content of specific chunks by index.
Use after rlm_decompose_context to get the actual content of chunks you want to process. You can request multiple chunks at once (up to 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overlap | No | Same overlap used in decompose | |
| strategy | No | Same strategy used in decompose | fixed_size |
| chunk_size | No | Same chunk_size used in decompose | |
| context_id | No | Context identifier | main |
| session_id | No | Session ID | |
| chunk_indices | Yes | Indices of chunks to retrieve |