Values.GuardrailWordPolicyConfigSourceContains details about the word policy to configured for the guardrail.
type nonrec t = {wordsConfig : GuardrailWordsConfig.t option;A list of words to configure for the guardrail.
*)managedWordListsConfig : GuardrailManagedWordListsConfig.t option;A list of managed words to configure for the guardrail.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of GuardrailWordConfigTextString.t ])
list ]
list ])
list ]