mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
Shorten VisualBriefingProtectionLevel enum
This commit is contained in:
parent
b4e4d5ad30
commit
a30ba7974f
@ -261,9 +261,6 @@ public partial class VisualBriefingAssistant
|
|||||||
VisualBriefingProtectionLevel.INTERNAL => T("internal"),
|
VisualBriefingProtectionLevel.INTERNAL => T("internal"),
|
||||||
VisualBriefingProtectionLevel.PRIVATE => T("private"),
|
VisualBriefingProtectionLevel.PRIVATE => T("private"),
|
||||||
VisualBriefingProtectionLevel.CONFIDENTIAL => T("confidential"),
|
VisualBriefingProtectionLevel.CONFIDENTIAL => T("confidential"),
|
||||||
VisualBriefingProtectionLevel.STRICTLY_CONFIDENTIAL => T("strictly confidential"),
|
|
||||||
VisualBriefingProtectionLevel.SECRET => T("secret"),
|
|
||||||
VisualBriefingProtectionLevel.TOP_SECRET => T("top secret"),
|
|
||||||
VisualBriefingProtectionLevel.OTHER => T("other"),
|
VisualBriefingProtectionLevel.OTHER => T("other"),
|
||||||
|
|
||||||
_ => level.ToString(),
|
_ => level.ToString(),
|
||||||
|
|||||||
@ -12,30 +12,22 @@ public enum VisualBriefingProtectionLevel
|
|||||||
/// Defines <c>PUBLIC</c> for the visual briefing feature.
|
/// Defines <c>PUBLIC</c> for the visual briefing feature.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
PUBLIC,
|
PUBLIC,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines <c>INTERNAL</c> for the visual briefing feature.
|
/// Defines <c>INTERNAL</c> for the visual briefing feature.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
INTERNAL,
|
INTERNAL,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines <c>PRIVATE</c> for the visual briefing feature.
|
/// Defines <c>PRIVATE</c> for the visual briefing feature.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
PRIVATE,
|
PRIVATE,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines <c>CONFIDENTIAL</c> for the visual briefing feature.
|
/// Defines <c>CONFIDENTIAL</c> for the visual briefing feature.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
CONFIDENTIAL,
|
CONFIDENTIAL,
|
||||||
/// <summary>
|
|
||||||
/// Defines <c>STRICTLY_CONFIDENTIAL</c> for the visual briefing feature.
|
|
||||||
/// </summary>
|
|
||||||
STRICTLY_CONFIDENTIAL,
|
|
||||||
/// <summary>
|
|
||||||
/// Defines <c>SECRET</c> for the visual briefing feature.
|
|
||||||
/// </summary>
|
|
||||||
SECRET,
|
|
||||||
/// <summary>
|
|
||||||
/// Defines <c>TOP_SECRET</c> for the visual briefing feature.
|
|
||||||
/// </summary>
|
|
||||||
TOP_SECRET,
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines <c>OTHER</c> for the visual briefing feature.
|
/// Defines <c>OTHER</c> for the visual briefing feature.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user