Ask a question to get started
Enter to sendā¢Shift+Enter new line
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.
JsonOutputFunctionsParser
Class for parsing the output of an LLM into a JSON object. Uses an instance of OutputFunctionsParser to parse the output.
OutputFunctionsParser
Class for parsing the output of an LLM. Can be configured to return only the arguments of the function call in the output.
Represents optional parameters for a function in a JSON Schema.
import { ... } from "@langchain/core/output_parsers/openai_functions";