Module Values.AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotationSource

An annotation for updating the policy based on feedback about how specific rules performed during testing or real-world usage.

Sourcetype nonrec t = {
  1. ruleIds : AutomatedReasoningPolicyDefinitionRuleIdList.t option;
    (*

    The list of rule identifiers that the feedback applies to.

    *)
  2. feedback : AutomatedReasoningPolicyAnnotationFeedbackNaturalLanguage.t;
    (*

    The feedback information about rule performance, including suggestions for improvements or corrections.

    *)
}
Sourceval context_ : string
Sourceval make : ?ruleIds:??? -> feedback:AutomatedReasoningPolicyAnnotationFeedbackNaturalLanguage.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AutomatedReasoningPolicyDefinitionRuleId.t ] list | `String of AutomatedReasoningPolicyAnnotationFeedbackNaturalLanguage.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t