UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

11 lines 219 B
/** * Representation of the 'ImageContentUrl' schema. */ export type ImageContentUrl = { url: string; /** * Default: "auto". */ detail?: string; }; //# sourceMappingURL=image-content-url.d.ts.map