RouterOutputParserInput: {
    defaultDestination?: string;
    interpolationDepth?: number;
}

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

Type declaration

  • Optional defaultDestination?: string
  • Optional interpolationDepth?: number

Generated using TypeDoc