Parses the given text into an array of strings, using the specified separator. If the parsing fails or the number of items in the list doesn't match the expected length, throws an OutputParserException.
parse(text: string): Promise<string[]>| Name | Type | Description |
|---|---|---|
text* | string | The text to parse. |