Type alias SerializedSimpleSequentialChain

SerializedSimpleSequentialChain: {
    chains: SerializedBaseChain[];
}

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

Type declaration

Generated using TypeDoc