LangChain - Output Parsers
Consider the following code:
What will be the content of
from langchain.output_parsers import StrOutputParser
parser = StrOutputParser()
result = parser.parse('Sample Text')What will be the content of
result?