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