Ask a question to get started
Enter to send•Shift+Enter new line
ReasoningStructuredOutputParser()
PydanticOutputParser[TBaseModel]
Generic[TBaseModel]
Parse the result of an LLM call to a Pydantic object.
A structured output parser that strips reasoning tags before parsing.
This parser removes any content enclosed in tags from the input text before delegating to the parent PydanticOutputParser for structured parsing.