Enum 7788 AOAI Policy Harms Severity in 28
- App
- System Application
- Namespace
- System.AI
Versions171819202122232425262728latest
Source in 28
src/System Application/App/AI/src/Azure OpenAI/Chat Completion/AOAIPolicyHarmsSeverity.Enum.al25 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.AI;
enum 7788 "AOAI Policy Harms Severity"
{
Extensible = false;
/// <summary>
/// Recommended. Strictest policy controls: Requests containing harms with a low severity are blocked.
/// For more information, see https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/content-filter-severity-levels?view=foundry-classic&tabs=definitions#hate-and-fairness-severity-levels
/// </summary>
value(1; Low)
{
Caption = 'Low', Locked = true;
}
/// <summary>
/// Moderately strict policy controls: Requests containing harms with a medium severity are blocked.
/// For more information, see https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/content-filter-severity-levels?view=foundry-classic&tabs=definitions#hate-and-fairness-severity-levels
/// </summary>
value(2; Medium)
{
Caption = 'Medium', Locked = true;
}
}
Values, 2
| Id | Name | Obsolete |
|---|---|---|
| 1 | Low | - |
| 2 | Medium | - |