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 341 B
// Generated by ts-to-zod import { z } from 'zod'; import { imageContentSchema } from './image-content.zod.js'; import { textContentSchema } from './text-content.zod.js'; /** * @internal **/ export const multiChatContentSchema = z.union([ imageContentSchema, textContentSchema ]); //# sourceMappingURL=multi-chat-content.zod.js.map