UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

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