Type alias SerializedStuffDocumentsChain

SerializedStuffDocumentsChain: {
    llm_chain?: SerializedLLMChain;
}

Represents the serialized form of a StuffDocumentsChain. It includes properties such as _type and llm_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