Represents the parameters for creating a StuffQAChain.

interface StuffQAChainParams {
    prompt?: any;
    verbose?: boolean;
}

Properties

Properties

prompt?: any
verbose?: boolean

Generated using TypeDoc