langchain.js
    Preparing search index...

    Type Alias SerializedStuffDocumentsChain

    Represents the serialized form of a StuffDocumentsChain. It includes properties such as _type and llm_chain.

    Use newer serialization methods.

    type SerializedStuffDocumentsChain = {
        _type: "stuff_documents_chain";
        llm_chain?: SerializedLLMChain;
    }
    Index

    Properties

    Properties

    _type: "stuff_documents_chain"
    llm_chain?: SerializedLLMChain