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

6 lines 236 B
import type { RTAExecutableParameter } from './rta-executable-parameter.js'; /** * Executable parameters */ export type RTAExecutableParameterList = RTAExecutableParameter[]; //# sourceMappingURL=rta-executable-parameter-list.d.ts.map