Interface StructuredChatOutputParserArgs

An interface for the arguments used to construct a StructuredChatOutputParserWithRetries instance.

interface StructuredChatOutputParserArgs {
    baseParser?: StructuredChatOutputParser;
    outputFixingParser?: OutputFixingParser<any>;
    toolNames?: string[];
}

Properties

outputFixingParser?: OutputFixingParser<any>
toolNames?: string[]

Generated using TypeDoc