UNPKG

@sap-ai-sdk/orchestration

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 282 B
import type { Template } from './template.js'; import type { TemplateRef } from './template-ref.js'; /** * Representation of the 'TemplatingModuleConfig' schema. */ export type TemplatingModuleConfig = Template | TemplateRef; //# sourceMappingURL=templating-module-config.d.ts.map