@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 • 313 B
JavaScript
// Generated by ts-to-zod
import { z } from 'zod';
import { functionObjectSchema } from './function-object.zod.js';
/**
* @internal
**/
export const chatCompletionToolSchema = z.object({
type: z.literal('function'),
function: functionObjectSchema
});
//# sourceMappingURL=chat-completion-tool.zod.js.map