UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

11 lines 224 B
/** * Representation of the 'KeyValueListPair' schema. */ export type KeyValueListPair = { /** * Max Length: 1024. */ key: string; value: string[]; }; //# sourceMappingURL=key-value-list-pair.d.ts.map