https://github.com/emarco177/ice_breaker/blob/bea2d975c7ed9d4c5607f5e0b54855abc054c2d0/output_parsers.py#L1C1-L33C82
output parsers were the old way to get structured output from LLMs.
With LangChain latest version we can do this by binding to the llm with_structured_output and the pydantic class we are trying to get.
migrate to this new way of getting structured output.
https://github.com/emarco177/ice_breaker/blob/bea2d975c7ed9d4c5607f5e0b54855abc054c2d0/output_parsers.py#L1C1-L33C82
output parsers were the old way to get structured output from LLMs.
With LangChain latest version we can do this by binding to the llm
with_structured_outputand the pydantic class we are trying to get.migrate to this new way of getting structured output.