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

13 lines 405 B
// Generated by ts-to-zod import { z } from 'zod'; import { functionParametersSchema } from './function-parameters.zod.js'; /** * @internal **/ export const functionObjectSchema = z.object({ description: z.string().optional(), name: z.string(), parameters: functionParametersSchema.optional(), strict: z.boolean().optional().nullable() }); //# sourceMappingURL=function-object.zod.js.map