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 388 B
// Generated by ts-to-zod import { z } from 'zod'; import { promptTemplateSpecSchema } from './prompt-template-spec.zod.js'; export const promptTemplatePostRequestSchema = z .object({ name: z.string(), version: z.string(), scenario: z.string(), spec: promptTemplateSpecSchema }) .and(z.record(z.any())); //# sourceMappingURL=prompt-template-post-request.zod.js.map