Ask a question to get started
Enter to sendā¢Shift+Enter new line
Parses the given text into an array of strings, using a comma as the separator. If the parsing fails, throws an OutputParserException.
parse(text: string): Promise<string[]>
text
string
The text to parse.