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

10 lines 226 B
// Generated by ts-to-zod import { z } from 'zod'; /** * @internal **/ export const singleChatTemplateSchema = z.object({ role: z.string(), content: z.string() }); //# sourceMappingURL=single-chat-template.zod.js.map