@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 • 303 B
TypeScript
import type { DPIStandardEntity } from './dpi-standard-entity.js';
import type { DPICustomEntity } from './dpi-custom-entity.js';
/**
* Representation of the 'DPIEntityConfig' schema.
*/
export type DPIEntityConfig = DPIStandardEntity | DPICustomEntity;
//# sourceMappingURL=dpi-entity-config.d.ts.map