Values.GuardrailTopicPolicyConfigSourceContains details about topics that the guardrail should identify and deny.
type nonrec t = {topicsConfig : GuardrailTopicsConfig.t;A list of policies related to topics that the guardrail should deny.
*)tierConfig : GuardrailTopicsTierConfig.t option;The tier that your guardrail uses for denied topic filters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of GuardrailTopicExample.t ] list
| `String of GuardrailTopicName.t ])
list ]
list
| `Structure of (string * [> `Enum of string ]) list ])
list ]