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

6 lines 183 B
import { z } from 'zod'; /** * @internal **/ export declare const functionParametersSchema: z.ZodRecord<z.ZodString, z.ZodAny>; //# sourceMappingURL=function-parameters.zod.d.ts.map