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