chunker_chunk_stats
Analyze text to calculate character, token, line, sentence, paragraph, and word counts for content processing and optimization.
Instructions
[chunker] Return stats about text: char_count, token_estimate, line_count, sentence_count, paragraph_count, word_count.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |