Interface SummarizationChainParams

interface SummarizationChainParams {
    type?: "refine" | "stuff" | "map_reduce";
    verbose?: boolean;
}

Properties

Properties

type?: "refine" | "stuff" | "map_reduce"
verbose?: boolean