Skip to content

Instantly share code, notes, and snippets.

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

  • Save WoodProgrammer/12f3e4e3a4689ad9fae2ddb648c25ef9 to your computer and use it in GitHub Desktop.

Select an option

Save WoodProgrammer/12f3e4e3a4689ad9fae2ddb648c25ef9 to your computer and use it in GitHub Desktop.
response.json
{
"action": "GUARDRAIL_INTERVENED",
"outputs": [
{
"text": "Sorry, I cannot process that request."
}
],
"assessments": [
{
"sensitiveInformationPolicy": {
"piiEntities": [
{
"type": "EMAIL",
"match": "john.doe@example.com",
"action": "ANONYMIZED"
},
{
"type": "US_SOCIAL_SECURITY_NUMBER",
"match": "123-45-6789",
"action": "BLOCKED"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment