pyrit.score.TrueFalseQuestionPaths#

class TrueFalseQuestionPaths(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

Paths to true/false question YAML files.

__init__(*args, **kwds)#

Attributes

CURRENT_EVENTS = PosixPath('/home/runner/work/PyRIT/PyRIT/pyrit/datasets/score/true_false_question/current_events.yaml')#
GANDALF = PosixPath('/home/runner/work/PyRIT/PyRIT/pyrit/datasets/score/true_false_question/gandalf.yaml')#
GROUNDED = PosixPath('/home/runner/work/PyRIT/PyRIT/pyrit/datasets/score/true_false_question/grounded.yaml')#
PROMPT_INJECTION = PosixPath('/home/runner/work/PyRIT/PyRIT/pyrit/datasets/score/true_false_question/prompt_injection.yaml')#
QUESTION_ANSWERING = PosixPath('/home/runner/work/PyRIT/PyRIT/pyrit/datasets/score/true_false_question/question_answering.yaml')#
YES_NO = PosixPath('/home/runner/work/PyRIT/PyRIT/pyrit/datasets/score/true_false_question/yes_no_answer.yaml')#