Values.GuardrailAutomatedReasoningRuleSourceReferences a specific automated reasoning policy rule that was applied during evaluation.
type nonrec t = {identifier : AutomatedReasoningRuleIdentifier.t option;The unique identifier of the automated reasoning rule.
*)policyVersionArn : GuardrailAutomatedReasoningPolicyVersionArn.t option;The ARN of the automated reasoning policy version that contains this rule.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AutomatedReasoningRuleIdentifier.t ]) list ]