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 208 B
import type { RTAArtifact } from './rta-artifact.js'; /** * Representation of the 'RTAArtifactArray' schema. */ export type RTAArtifactArray = RTAArtifact[]; //# sourceMappingURL=rta-artifact-array.d.ts.map