Values.AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotationSourceAn annotation for updating the policy based on feedback about how specific rules performed during testing or real-world usage.
type nonrec t = {ruleIds : AutomatedReasoningPolicyDefinitionRuleIdList.t option;The list of rule identifiers that the feedback applies to.
*)feedback : AutomatedReasoningPolicyAnnotationFeedbackNaturalLanguage.t;The feedback information about rule performance, including suggestions for improvements or corrections.
*)}val make :
?ruleIds:??? ->
feedback:AutomatedReasoningPolicyAnnotationFeedbackNaturalLanguage.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of AutomatedReasoningPolicyDefinitionRuleId.t ] list
| `String of
AutomatedReasoningPolicyAnnotationFeedbackNaturalLanguage.t ])
list ]