Values.AIGuardrailTopicPolicyConfigSourceContains details about topics that the AI Guardrail should identify and deny.
type nonrec t = {topicsConfig : GuardrailTopicsConfig.t;A list of policies related to topics that the AI Guardrail should deny.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of GuardrailTopicExample.t ] list
| `String of GuardrailTopicName.t ])
list ]
list ])
list ]