UNPKG

@sap-ai-sdk/document-grounding

Version:

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

7 lines 150 B
/** * Representation of the 'Score' schema. */ export type Score = { value: number; } & Record<string, any>; //# sourceMappingURL=score.d.ts.map