@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**.
15 lines • 326 B
TypeScript
import { z } from 'zod';
/**
* @internal
**/
export declare const singleChatTemplateSchema: z.ZodObject<{
role: z.ZodString;
content: z.ZodString;
}, "strip", z.ZodTypeAny, {
role: string;
content: string;
}, {
role: string;
content: string;
}>;
//# sourceMappingURL=single-chat-template.zod.d.ts.map