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**.

16 lines 305 B
/** * Required for execution * Result of activation * */ export type AiParameterArgumentBinding = { /** * Max Length: 256. */ key: string; /** * Max Length: 5000. */ value: string; } & Record<string, any>; //# sourceMappingURL=ai-parameter-argument-binding.d.ts.map