Created
October 30, 2025 07:32
-
-
Save WoodProgrammer/12f3e4e3a4689ad9fae2ddb648c25ef9 to your computer and use it in GitHub Desktop.
response.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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