Values.GuardrailWordPolicySourceContains details about the word policy configured for the guardrail.
type nonrec t = {words : GuardrailWords.t option;A list of words configured for the guardrail.
*)managedWordLists : GuardrailManagedWordLists.t option;A list of managed words configured for the guardrail.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of GuardrailWordTextString.t ])
list ]
list ])
list ]