UNPKG

@sap-ai-sdk/document-grounding

Version:

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

5 lines 199 B
/** * Representation of the 'MetadataOperationEnum' schema. */ export type MetadataOperationEnum = 'add' | 'remove' | 'replace' | 'delete_key'; //# sourceMappingURL=metadata-operation-enum.d.ts.map