Type alias SerializedSimpleSequentialChain

SerializedSimpleSequentialChain: {
    _type: "simple_sequential_chain";
    chains: SerializedBaseChain[];
}

Represents the serialized form of a SimpleSequentialChain. It includes properties such as _type and chains.

Type declaration

Generated using TypeDoc