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 241 B
/** * Representation of the 'ResponseFormatText' schema. */ export type ResponseFormatText = { /** * The type of response format being defined: `text` */ type: 'text'; }; //# sourceMappingURL=response-format-text.d.ts.map