Search Results for

    Show / Hide Table of Contents

    Class GuardrailAutomatedReasoningValidFinding

    Indicates that the claims are definitively true and logically implied by the premises, with no possible alternative interpretations.

    Inheritance
    object
    GuardrailAutomatedReasoningValidFinding
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class GuardrailAutomatedReasoningValidFinding

    Properties

    | Edit this page View Source

    ClaimsTrueScenario

    Optional. An example scenario demonstrating how the claims are logically true.

    Declaration
    [JsonProperty("claimsTrueScenario")]
    public GuardrailAutomatedReasoningScenario ClaimsTrueScenario { get; set; }
    Property Value
    Type Description
    GuardrailAutomatedReasoningScenario
    | Edit this page View Source

    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
    | Edit this page View Source

    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[]
    | Edit this page View Source

    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

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation