Class GuardrailAutomatedReasoningStatement
A logical statement that includes both formal logic representation and natural language explanation.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailAutomatedReasoningStatement
Properties
| Edit this page View SourceLogic
Optional. The formal logical representation of the statement.
Declaration
[JsonProperty("logic")]
public string Logic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NaturalLanguage
Optional. The natural language explanation of the logical statement.
Declaration
[JsonProperty("naturalLanguage")]
public string NaturalLanguage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |