Type alias SerializedAnalyzeDocumentChain

SerializedAnalyzeDocumentChain: {
    combine_document_chain?: SerializedBaseChain;
}

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

Type declaration

Generated using TypeDoc