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 231 B
import type { AiExecutableParameter } from './ai-executable-parameter.js'; /** * Executable parameters */ export type AiExecutableParameterList = AiExecutableParameter[]; //# sourceMappingURL=ai-executable-parameter-list.d.ts.map