@sap-ai-sdk/document-grounding
Version:
> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.
21 lines • 526 B
TypeScript
import type { MetaDataKeyValuePairStrict } from './meta-data-key-value-pair-strict.js';
/**
* Representation of the 'DataRepositoryMetaDataStrict' schema.
* @example [
* {
* "key": "purpose",
* "value": [
* "demonstration"
* ]
* },
* {
* "key": "sample-key",
* "value": [
* "sample-value1",
* "sample-value2"
* ]
* }
* ]
*/
export type DataRepositoryMetaDataStrict = MetaDataKeyValuePairStrict[];
//# sourceMappingURL=data-repository-meta-data-strict.d.ts.map