Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created December 10, 2024 04:15
Show Gist options
  • Select an option

  • Save KyMidd/a94583a1cbf1c57b0aa97a50244e48eb to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/a94583a1cbf1c57b0aa97a50244e48eb to your computer and use it in GitHub Desktop.
sensitive_information_policy_config {
pii_entities_config {
action = "ANONYMIZE"
type = "US_SOCIAL_SECURITY_NUMBER"
}
}
topic_policy_config {
topics_config {
name = "investment_topic"
examples = ["Where should I invest my money ?"]
type = "DENY"
definition = "Investment advice refers to inquiries, guidance, or recommendations regarding the management or allocation of funds or assets with the goal of generating returns."
}
}
word_policy_config {
managed_word_lists_config {
type = "PROFANITY"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment