rlm.chunk.create
Splits a document into chunks based on a strategy (type, size, line count, delimiter, or overlap) for processing within a session.
Instructions
Chunk a document using a specified strategy.
Args: session_id: Session containing document doc_id: Document ID to chunk strategy: Chunking strategy (type, chunk_size, line_count, delimiter, overlap)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| doc_id | Yes | ||
| strategy | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||