langchain.js
    Preparing search index...

    Interface StructuredChatOutputParserArgs

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

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

    Properties

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