interface ChainSummarizationV1NodeParameters {
options?: {
combineMapPrompt?: string;
prompt?: string;
refinePrompt?: string;
refineQuestionPrompt?: string;
};
type?: "map_reduce"
| "refine"
| "stuff";
}
Default: {}