UNPKG

@sap-ai-sdk/document-grounding

Version:

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

12 lines 422 B
import type { DocumentMetadataUpdate } from './document-metadata-update.js'; /** * Representation of the 'DocumentMetadataBatchRequest' schema. */ export type DocumentMetadataBatchRequest = { /** * List of document metadata updates to be applied in batch. * Max Items: 1000. */ value: DocumentMetadataUpdate[]; } & Record<string, any>; //# sourceMappingURL=document-metadata-batch-request.d.ts.map