langchain.js
    Preparing search index...

    Type Alias RouterOutputParserInput

    Defines the input parameters for the RouterOutputParser class. It can include a default destination and an interpolation depth.

    type RouterOutputParserInput = {
        defaultDestination?: string;
        interpolationDepth?: number;
    }
    Index

    Properties

    defaultDestination?: string
    interpolationDepth?: number