pyrit.models.ConversationType#
- class ConversationType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
Bases:
Enum
Types of conversations that can be associated with an attack.
- __init__(*args, **kwds)#
Attributes
- ADVERSARIAL = 'adversarial'#
- CONVERTER = 'converter'#
- PRUNED = 'pruned'#
- SCORE = 'score'#