Represents the parameters for creating a StuffQAChain.

interface StuffQAChainParams {
    prompt?: BasePromptTemplate<any, BasePromptValueInterface, any>;
    verbose?: boolean;
}

Properties

Properties

prompt?: BasePromptTemplate<any, BasePromptValueInterface, any>
verbose?: boolean

Generated using TypeDoc