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 336 B
import type { AzureThreshold } from './azure-threshold.js'; /** * Filter configuration for Azure Content Safety */ export type AzureContentSafetyOutput = { Hate?: AzureThreshold; SelfHarm?: AzureThreshold; Sexual?: AzureThreshold; Violence?: AzureThreshold; }; //# sourceMappingURL=azure-content-safety-output.d.ts.map