@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 • 321 B
TypeScript
import type { DocumentWithoutChunks } from './document-without-chunks.js';
/**
* A response containing documents created or updated, retrieved from the server.
*/
export type DocumentsListResponse = {
documents: DocumentWithoutChunks[];
} & Record<string, any>;
//# sourceMappingURL=documents-list-response.d.ts.map