Skip to content

Instantly share code, notes, and snippets.

@WoodProgrammer
Created October 30, 2025 07:29
Show Gist options
  • Select an option

  • Save WoodProgrammer/6073f425221b308931781c68f20be838 to your computer and use it in GitHub Desktop.

Select an option

Save WoodProgrammer/6073f425221b308931781c68f20be838 to your computer and use it in GitHub Desktop.
content-policy
contentPolicyConfig={
'filtersConfig': [
{
'type': 'HATE',
'inputStrength': 'HIGH',
'outputStrength': 'HIGH'
},
{
'type': 'VIOLENCE',
'inputStrength': 'HIGH',
'outputStrength': 'HIGH'
},
{
'type': 'SEXUAL',
'inputStrength': 'HIGH',
'outputStrength': 'HIGH'
},
{
'type': 'MISCONDUCT',
'inputStrength': 'MEDIUM',
'outputStrength': 'MEDIUM'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment