Interface RefineDocumentsChainInput

Interface for the input properties of the RefineDocumentsChain class.

Hierarchy

Implemented by

Properties

llmChain: LLMChain<string, LLMType>

LLM Wrapper to use after formatting documents

refineLLMChain: LLMChain<string, LLMType>
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

callbacks?: Callbacks
documentPrompt?: BasePromptTemplate<any, BasePromptValue, any>
documentVariableName?: string

Variable name in the LLM chain to put the documents in

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

Generated using TypeDoc