/** * Representation of the 'MergeStrategyType' schema. */ export type MergeStrategyType = 'reranker' | 'scoreReuse' | 'reciprocalRankFusion' | 'random'; //# sourceMappingURL=merge-strategy-type.d.ts.map