chunker_chunk_text
Split text into manageable chunks using character, token, sentence, or paragraph modes for processing large documents in AI applications.
Instructions
[chunker] Split text into chunks. mode: chars/tokens/sentences/paragraphs. Returns [{index, text, char_count, token_estimate}].
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| max_chars | No | ||
| overlap | No | ||
| mode | No |