UNPKG

@sap-ai-sdk/document-grounding

Version:

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

12 lines 309 B
/** * Representation of the 'SearchScores' schema. */ export type SearchScores = { aggregatedScore: { value?: number; } & Record<string, any>; denseRetrievalScore: { value?: number; } & Record<string, any>; } & Record<string, any>; //# sourceMappingURL=search-scores.d.ts.map