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**.

7 lines 313 B
import type { AiArtifactArgumentBinding } from './ai-artifact-argument-binding.js'; /** * Representation of the 'AiArtifactArgumentBindingList' schema. * Max Items: 1000. */ export type AiArtifactArgumentBindingList = AiArtifactArgumentBinding[]; //# sourceMappingURL=ai-artifact-argument-binding-list.d.ts.map