[How to: parse text from message objects](https://python.langchain.com/docs/how_to/output_parser_string): LLM should read this page when needing to parse text from message objects, needing to extract text from chat model responses, or working with structured output formats. This page explains how to use the StrOutputParser to extract text from message objects, regardless of the underlying content format, such as text, multimodal data, or structured output.

