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

15 lines 404 B
import type { DPIMethodConstant } from './dpi-method-constant.js'; /** * Representation of the 'DPICustomEntity' schema. */ export type DPICustomEntity = { /** * Regular expression to match the entity */ regex: string; /** * Replacement strategy to be used for the entity */ replacement_strategy: DPIMethodConstant; }; //# sourceMappingURL=dpi-custom-entity.d.ts.map