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

8 lines 284 B
import type { ModuleConfigs } from './module-configs.js'; /** * A list of module configurations. The first configuration in the list that succeeds will be used. * * Min Items: 1. */ export type ModuleConfigsList = ModuleConfigs[]; //# sourceMappingURL=module-configs-list.d.ts.map