Type alias SerializedMapReduceDocumentsChain

SerializedMapReduceDocumentsChain: {
    combine_document_chain?: SerializedStuffDocumentsChain;
    llm_chain?: SerializedLLMChain;
}

Represents the serialized form of a MapReduceDocumentsChain. It includes properties such as _type, llm_chain, and combine_document_chain.

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