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 362 B
import type { DataRepositoryWithDocuments } from './data-repository-with-documents.js'; /** * Representation of the 'RetrievalDataRepositorySearchResult' schema. */ export type RetrievalDataRepositorySearchResult = { dataRepository: DataRepositoryWithDocuments; } & Record<string, any>; //# sourceMappingURL=retrieval-data-repository-search-result.d.ts.map