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**.

5 lines 223 B
/** * The schema for the response format, described as a JSON Schema object. */ export type AzureOpenAiResponseFormatJsonSchemaSchema = Record<string, any>; //# sourceMappingURL=response-format-json-schema-schema.d.ts.map