Type alias SerializedSimpleSequentialChain

SerializedSimpleSequentialChain: {
    chains: SerializedBaseChain[];
}

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

Type declaration

⚠️ Deprecated ⚠️

Use newer serialization methods.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Generated using TypeDoc