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

11 lines 315 B
// Generated by ts-to-zod import { z } from 'zod'; import { multiChatContentSchema } from './multi-chat-content.zod.js'; /** * @internal **/ export const multiChatTemplateSchema = z.object({ role: z.string(), content: z.array(multiChatContentSchema) }); //# sourceMappingURL=multi-chat-template.zod.js.map