@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**.
14 lines • 330 B
TypeScript
import type { AiArtifactId } from './ai-artifact-id.js';
/**
* Required for execution
* Result of activation
*
*/
export type AiArtifactArgumentBinding = {
/**
* Max Length: 256.
*/
key: string;
artifactId: AiArtifactId;
} & Record<string, any>;
//# sourceMappingURL=ai-artifact-argument-binding.d.ts.map