chunk_text
Split long text into overlapping chunks to fit LLM context limits, enabling processing of content that exceeds token constraints.
Instructions
Split text into overlapping chunks for LLM processing. Useful for processing content that exceeds context limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| overlap | No | ||
| max_chunk_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |