chunker_chunk_sliding_window
Process text by creating overlapping chunks using a sliding window method to extract sequential segments with character positions for analysis.
Instructions
[chunker] Sliding window over text. Returns [{index, text, start, end}].
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| window_chars | No | ||
| step_chars | No |