text-splitter
This agent takes input text and splits it into sections based on a character count.
Example
Example of splitting the text into sections and outputting each as a message to the output topic.
With a chunk_size of 3 and an input of Hi there, the output is:
Topics
Input
Output
Configuration
Checkout the full configuration properties in the API Reference page.
Last updated