GuardrailAutomatedReasoningInvalidFinding¶
Structure Class¶
GuardrailAutomatedReasoningInvalidFinding
dataclass
¶
Indicates that the claims are logically false and contradictory to the established rules or premises.
Attributes¶
contradicting_rules
class-attribute
instance-attribute
¶
contradicting_rules: list[GuardrailAutomatedReasoningRule] | None = None
The automated reasoning policy rules that contradict the claims in the input.
logic_warning
class-attribute
instance-attribute
¶
logic_warning: GuardrailAutomatedReasoningLogicWarning | None = None
Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
translation
class-attribute
instance-attribute
¶
translation: GuardrailAutomatedReasoningTranslation | None = None
The logical translation of the input that this finding invalidates.