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 285 B
import type { RTAExecutableArtifact } from './rta-executable-artifact.js'; /** * List of Artifacts that the executable expects as input artifacts */ export type RTAExecutableInputArtifactList = RTAExecutableArtifact[]; //# sourceMappingURL=rta-executable-input-artifact-list.d.ts.map