@sap-ai-sdk/prompt-registry
Version:
SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.
12 lines • 301 B
TypeScript
import { z } from 'zod';
/**
* @internal
**/
export declare const responseFormatJsonObjectSchema: z.ZodObject<{
type: z.ZodLiteral<"json_object">;
}, "strip", z.ZodTypeAny, {
type: "json_object";
}, {
type: "json_object";
}>;
//# sourceMappingURL=response-format-json-object.zod.d.ts.map