rlm_chunk_context
Chunk large datasets into manageable segments using lines, characters, or paragraphs strategy for processing beyond standard context limits.
Instructions
Chunk a loaded context by strategy. Returns chunk metadata, not full content.
Args: name: Context identifier strategy: Chunking strategy - 'lines', 'chars', or 'paragraphs' size: Chunk size (lines/chars depending on strategy)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| strategy | No | lines | |
| size | No |