UNPKG

@sap-ai-sdk/document-grounding

Version:

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

9 lines 295 B
import type { DocumentsChunk } from './documents-chunk.js'; /** * Representation of the 'PerFilterSearchResult' schema. */ export type PerFilterSearchResult = { filterId: string; results: DocumentsChunk[]; } & Record<string, any>; //# sourceMappingURL=per-filter-search-result.d.ts.map