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