UNPKG

@sap-ai-sdk/ai-api

Version:

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

13 lines 268 B
/** * Required for execution * Result of activation * */ export type RTAExecutableArgumentBinding = { /** * Max Length: 256. */ key: string; value: string; } & Record<string, any>; //# sourceMappingURL=rta-executable-argument-binding.d.ts.map