import { ... } from "@langchain/core/output_parsers/openai_functions";Class for parsing the output of an LLM into a JSON object and returning
a specific attribute. Uses an instance of JsonOutputFunctionsParser
to parse the output.
Class for parsing the output of an LLM into a JSON object. Uses an
instance of OutputFunctionsParser to parse the output.
Class for parsing the output of an LLM. Can be configured to return only the arguments of the function call in the output.