UNPKG

@sap-ai-sdk/document-grounding

Version:

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

11 lines 265 B
/** * Representation of the 'VectorKeyValueListPair' schema. */ export type VectorKeyValueListPair = { /** * Max Length: 1024. */ key: string; value: string[]; } & Record<string, any>; //# sourceMappingURL=vector-key-value-list-pair.d.ts.map