langchain.js
    Preparing search index...

    Type Alias SerializedAnalyzeDocumentChain

    Represents the serialized form of an AnalyzeDocumentChain. It includes properties such as _type and combine_document_chain.

    Use newer serialization methods.

    type SerializedAnalyzeDocumentChain = {
        _type: "analyze_document_chain";
        combine_document_chain?: SerializedBaseChain;
    }
    Index

    Properties

    _type: "analyze_document_chain"
    combine_document_chain?: SerializedBaseChain