Interface RefineQAChainParams

Represents the parameters for creating a RefineQAChain.

Hierarchy

  • RefineQAChainParams

Properties

questionPrompt?: BasePromptTemplate<any, BasePromptValue, any>
refinePrompt?: BasePromptTemplate<any, BasePromptValue, any>
verbose?: boolean

Generated using TypeDoc