Type alias SerializedSequentialChain

SerializedSequentialChain: {
    chains: SerializedBaseChain[];
    input_variables: string[];
    output_variables: string[];
}

Represents the serialized form of a SequentialChain. It includes properties such as _type, input_variables, output_variables, and chains.

Type declaration

Generated using TypeDoc