Properties
refineLLMChain
refineLLMChain: LLMChain<string, LLMType>
Optional callbackManager
callbackManager?: CallbackManager
Optional documentPrompt
documentPrompt?: BasePromptTemplate<any, BasePromptValue, any>
Optional documentVariableName
documentVariableName?: string
Optional initialResponseName
initialResponseName?: string
Optional inputKey
inputKey?: string
Optional memory
memory?: BaseMemory
Optional outputKey
outputKey?: string
Interface for the input properties of the RefineDocumentsChain class.