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 164 B
/** * Representation of the 'FilterMatchModeEnum' schema. */ export type FilterMatchModeEnum = 'ANY' | 'ALL'; //# sourceMappingURL=filter-match-mode-enum.d.ts.map