chunk_content
Split long text into overlapping, hash-addressed chunks to enable stable retrieval for RAG and agent workflows.
Instructions
Split long content into stable, overlapping, hash-addressed chunks for RAG or agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| overlap | No | ||
| chunk_size | No | ||
| max_chunks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||