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 361 B
// Generated by ts-to-zod import { z } from 'zod'; import { singleChatTemplateSchema } from './single-chat-template.zod.js'; import { multiChatTemplateSchema } from './multi-chat-template.zod.js'; /** * @internal **/ export const templateSchema = z.union([ singleChatTemplateSchema, multiChatTemplateSchema ]); //# sourceMappingURL=template.zod.js.map