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

⚠️ 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