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