Class GuardrailAutomatedReasoningLogicWarning
Identifies logical issues in the translated statements that exist independent of any policy rules, such as statements that are always true or always false.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailAutomatedReasoningLogicWarning
Properties
| Edit this page View SourceClaims
Optional. The logical statements that are validated while assuming the policy and premises.
Declaration
[JsonProperty("claims")]
public GuardrailAutomatedReasoningStatement[] Claims { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningStatement[] |
Premises
Optional. The logical statements that serve as premises under which the claims are validated.
Declaration
[JsonProperty("premises")]
public GuardrailAutomatedReasoningStatement[] Premises { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningStatement[] |
Type
Optional. The category of the detected logical issue, such as statements that are always true or always false.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Valid Values: ALWAYS_FALSE | ALWAYS_TRUE