LangChain - Output Parsers
Given the code snippet:
What is the value of
parser = CommaSeparatedListOutputParser()
result = parser.parse('apple, banana, cherry')What is the value of
result?