Interface RefineQAChainParams

Represents the parameters for creating a RefineQAChain.

Hierarchy

  • RefineQAChainParams

Properties

progressEmitter?: ((progress) => Promise<void>)

Type declaration

    • (progress): Promise<void>
    • Parameters

      • progress: number

      Returns Promise<void>

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

Generated using TypeDoc