Ask a question to get started
Enter to send•Shift+Enter new line
Split the input text into smaller chunks based on predefined separators.
split_text( self, text: str, ) -> list[str]
text
str
The input text to be split.