Type alias SerializedStuffDocumentsChain

SerializedStuffDocumentsChain: {
    _type: "stuff_documents_chain";
    llm_chain?: SerializedLLMChain;
}

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

Type declaration

Generated using TypeDoc