RouterOutputSchema: {
    destination: string;
    next_inputs: {
        [key: string]: string;
    };
}

A type that represents the output schema of a router chain. It defines the structure of the output data returned by the router chain.

Type declaration

  • destination: string
  • next_inputs: {
        [key: string]: string;
    }
    • [key: string]: string

Generated using TypeDoc