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

7 lines 257 B
/** * Representation of the 'PromptTemplateSubstitutionRequest' schema. */ export type PromptTemplateSubstitutionRequest = { inputParams?: Record<string, any>; } & Record<string, any>; //# sourceMappingURL=prompt-template-substitution-request.d.ts.map