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

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