GuardrailAutomatedReasoningImpossibleFinding¶
Structure Class¶
GuardrailAutomatedReasoningImpossibleFinding
dataclass
¶
Indicates that no valid claims can be made due to logical contradictions in the premises or rules.
Attributes¶
contradicting_rules
class-attribute
instance-attribute
¶
contradicting_rules: list[GuardrailAutomatedReasoningRule] | None = None
The automated reasoning policy rules that contradict the claims and/or premises 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 evaluates.