Values.GuardrailRegexConfigSourceThe regular expression to configure for the AI Guardrail.
type nonrec t = {name : GuardrailRegexName.t;The name of the regular expression to configure for the AI Guardrail.
*)description : GuardrailRegexDescription.t option;The description of the regular expression to configure for the AI Guardrail.
*)pattern : GuardrailRegexPattern.t;The regular expression pattern to configure for the AI Guardrail.
*)action : GuardrailSensitiveInformationAction.t;The AI Guardrail action to configure when matching regular expression is detected.
*)}val make :
?description:??? ->
name:GuardrailRegexName.t ->
pattern:GuardrailRegexPattern.t ->
action:GuardrailSensitiveInformationAction.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GuardrailRegexName.t ]) list ]