UNPKG

@sap-ai-sdk/document-grounding

Version:

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

8 lines 359 B
import type { DataRepositoryWithDocuments } from './data-repository-with-documents.js'; /** * Representation of the 'RetievalDataRepositorySearchResult' schema. */ export type RetievalDataRepositorySearchResult = { dataRepository: DataRepositoryWithDocuments; } & Record<string, any>; //# sourceMappingURL=retieval-data-repository-search-result.d.ts.map