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

8 lines 164 B
/** * Representation of the 'TextContent' schema. */ export type TextContent = { type: 'text'; text: string; }; //# sourceMappingURL=text-content.d.ts.map