UNPKG

@sap-ai-sdk/foundation-models

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