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.

Use newer serialization methods.