Interface AnalyzeDocumentChainInput

Interface for the input parameters required by the AnalyzeDocumentChain class.

Hierarchy

Implemented by

Properties

combineDocumentsChain: BaseChain<ChainValues, ChainValues>
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

callbacks?: Callbacks
inputKey?: string
metadata?: Record<string, unknown>
tags?: string[]
textSplitter?: TextSplitter
verbose?: boolean

Generated using TypeDoc