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