UNPKG

@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 267 B
import { z } from 'zod'; /** * @internal **/ export declare const responseFormatTextSchema: z.ZodObject<{ type: z.ZodLiteral<"text">; }, "strip", z.ZodTypeAny, { type: "text"; }, { type: "text"; }>; //# sourceMappingURL=response-format-text.zod.d.ts.map