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

This feature is deprecated and will be removed in the future.

It is not recommended for use.

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