@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 • 318 B
TypeScript
/**
* Representation of the 'AzureOpenAiResponseFormatJsonObject' schema.
*/
export type AzureOpenAiResponseFormatJsonObject = {
/**
* The type of response format being defined: `json_object`
*/
type: 'json_object';
} & Record<string, any>;
//# sourceMappingURL=response-format-json-object.d.ts.map