chunker_chunk_by_separator
Split text into chunks using a custom separator. Optionally merge smaller parts up to a maximum character limit for controlled text segmentation.
Instructions
[chunker] Split text on a custom separator. Optionally merge parts up to max_chars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| separator | Yes | ||
| max_chars | No | ||
| keep_separator | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |