Class GuardrailAutomatedReasoningValidFinding
Indicates that the claims are definitively true and logically implied by the premises, with no possible alternative interpretations.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailAutomatedReasoningValidFinding
Properties
| Edit this page View SourceClaimsTrueScenario
Optional. An example scenario demonstrating how the claims are logically true.
Declaration
[JsonProperty("claimsTrueScenario")]
public GuardrailAutomatedReasoningScenario ClaimsTrueScenario { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningScenario |
LogicWarning
Optional. Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
Declaration
[JsonProperty("logicWarning")]
public GuardrailAutomatedReasoningLogicWarning LogicWarning { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningLogicWarning |
SupportingRules
Optional. The automated reasoning policy rules that support why this result is considered valid.
Declaration
[JsonProperty("supportingRules")]
public GuardrailAutomatedReasoningRule[] SupportingRules { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningRule[] |
Translation
Optional. The logical translation of the input that this finding validates.
Declaration
[JsonProperty("translation")]
public GuardrailAutomatedReasoningTranslation Translation { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningTranslation |