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 221 B
import type { RTAArtifactLabel } from './rta-artifact-label.js'; /** * Arbitrary labels as meta information */ export type RTAArtifactLabelList = RTAArtifactLabel[]; //# sourceMappingURL=rta-artifact-label-list.d.ts.map