Values.AutomatedReasoningPolicyIngestContentAnnotationSourceAn annotation for processing and incorporating new content into an Automated Reasoning policy.
type nonrec t = {content : AutomatedReasoningPolicyAnnotationIngestContent.t;The new content to be analyzed and incorporated into the policy, such as additional documents or rule descriptions.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AutomatedReasoningPolicyAnnotationIngestContent.t ])
list ]