File tree 1 file changed +4
-0
lines changed
sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/simulator
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
# ---------------------------------------------------------
4
4
5
5
from enum import Enum
6
+ from azure .ai .evaluation ._common ._experimental import experimental
6
7
7
8
9
+ @experimental
8
10
class AdversarialScenario (Enum ):
9
11
"""Adversarial scenario types"""
10
12
@@ -18,12 +20,14 @@ class AdversarialScenario(Enum):
18
20
ADVERSARIAL_CONTENT_PROTECTED_MATERIAL = "adv_content_protected_material"
19
21
20
22
23
+ @experimental
21
24
class AdversarialScenarioJailbreak (Enum ):
22
25
"""Adversarial scenario types for XPIA Jailbreak"""
23
26
24
27
ADVERSARIAL_INDIRECT_JAILBREAK = "adv_xpia"
25
28
26
29
30
+ @experimental
27
31
class _UnstableAdversarialScenario (Enum ):
28
32
"""Adversarial scenario types that we haven't published, but still want available for internal use
29
33
Values listed here are subject to potential change, and/or migration to the main enum over time.
You can’t perform that action at this time.
0 commit comments