Obtaining structured output from LLMs with LangChain and Node
28 Feb 2025
Previously I looked at AI function calls as a means to obtain structured output such as JSON. This time we'll look at using LangChain to achieve the same end, but with more flexibility and support for fail retries.