Output parser for XML format.
Exception that output parsers should raise to signify a parsing error.
This exists to differentiate parsing errors from other code or execution errors that also may arise inside the output parser.
OutputParserException will be available to catch and handle in ways to fix the
parsing error, while other errors will be raised.
Base abstract message class.
Messages are the inputs and outputs of a chat model.
Examples include HumanMessage,
AIMessage, and
SystemMessage.
Base class for an output parser that can handle streaming input.
Dictionary that can be added to another dictionary.
Parse an output using xml format.
Returns a dictionary of tags.