@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 • 413 B
TypeScript
import type { AzureThreshold } from './azure-threshold.js';
/**
* Filter configuration for Azure Content Safety
*/
export type AzureContentSafetyInput = {
Hate?: AzureThreshold;
SelfHarm?: AzureThreshold;
Sexual?: AzureThreshold;
Violence?: AzureThreshold;
/**
* A flag to use prompt shield
*/
PromptShield?: boolean;
};
//# sourceMappingURL=azure-content-safety-input.d.ts.map