langchain.js
    Preparing search index...

    Interface SummarizationChainParams

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

    Properties

    Properties

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