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

11 lines 277 B
/** * A descriptive constant for Azure content safety filter threshold. * @internal */ export const supportedAzureFilterThresholds = { ALLOW_SAFE: 0, ALLOW_SAFE_LOW: 2, ALLOW_SAFE_LOW_MEDIUM: 4, ALLOW_ALL: 6 }; //# sourceMappingURL=orchestration-types.js.map