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

10 lines 348 B
import type { RTAArtifactName } from './rta-artifact-name.js'; import type { RTAArtifactUrl } from './rta-artifact-url.js'; /** * Result of execution */ export type RTAOutputArtifactArgumentBinding = { name: RTAArtifactName; url?: RTAArtifactUrl; } & Record<string, any>; //# sourceMappingURL=rta-output-artifact-argument-binding.d.ts.map