Interface StuffDocumentsChainInput

Interface for the input properties of the StuffDocumentsChain class.

Hierarchy

Implemented by

Properties

llmChain: LLMChain<string, LLMType>

LLM Wrapper to use after formatting documents

callbackManager?: CallbackManager

Deprecated

Use callbacks instead

callbacks?: Callbacks
documentVariableName?: string

Variable name in the LLM chain to put the documents in

inputKey?: string
memory?: BaseMemory
metadata?: Record<string, unknown>
tags?: string[]
verbose?: boolean

Generated using TypeDoc