UNPKG

@sap-ai-sdk/prompt-registry

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 276 B
import type { CacheControl } from './cache-control.js'; /** * Representation of the 'SchemasTextContent' schema. */ export type SchemasTextContent = { type: 'text'; text: string; cache_control?: CacheControl; }; //# sourceMappingURL=schemas-text-content.d.ts.map