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

10 lines 254 B
import type { CacheControl } from './cache-control.js'; /** * Representation of the 'TextContent' schema. */ export type TextContent = { type: 'text'; text: string; cache_control?: CacheControl; }; //# sourceMappingURL=text-content.d.ts.map