Properties
refineLLMChain
refineLLMChain: LLMChain<string, LLMType>
Optional
documentPrompt
Optional
documentVariableName
documentVariableName?: string
Optional
initialResponseName
initialResponseName?: string
Optional
inputKey
inputKey?: string
Optional
metadata
metadata?: Record<string, unknown>
Optional
outputKey
outputKey?: string
Optional
progressEmitter
progressEmitter?: ((progress) => Promise<void>)
Type declaration
-
- (progress): Promise<void>
-
Returns Promise<void>
Optional
tags
tags?: string[]
Optional
verbose
verbose?: boolean
Interface for the input properties of the RefineDocumentsChain class.