langchain.js
    Preparing search index...

    Type Alias SerializedSimpleSequentialChain

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

    Use newer serialization methods.

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

    Properties

    Properties

    _type: "simple_sequential_chain"