UNPKG

@sap-ai-sdk/document-grounding

Version:

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

15 lines 337 B
/** * Representation of the 'MetaDataKeyValuePairStrict' schema. */ export type MetaDataKeyValuePairStrict = { /** * Max Length: 1024. * Min Length: 1. */ key: string; /** * Min Items: 1. */ value: string[]; } & Record<string, any>; //# sourceMappingURL=meta-data-key-value-pair-strict.d.ts.map