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