Skip to content

Commit

Permalink
Add file for prompt blocked with message (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo authored Sep 17, 2024
1 parent 86e9903 commit 1d4d779
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data: {"promptFeedback": {"blockReason": "SAFETY","blockReasonMessage": "Reasons","safetyRatings": [{"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT","probability": "NEGLIGIBLE"},{"category": "HARM_CATEGORY_HATE_SPEECH","probability": "HIGH"},{"category": "HARM_CATEGORY_HARASSMENT","probability": "NEGLIGIBLE"},{"category": "HARM_CATEGORY_DANGEROUS_CONTENT","probability": "NEGLIGIBLE"}]}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"promptFeedback": {
"blockReason": "SAFETY",
"safetyRatings": [
{
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_HATE_SPEECH",
"probability": "HIGH"
},
{
"category": "HARM_CATEGORY_HARASSMENT",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
"probability": "NEGLIGIBLE"
}
],
"blockReasonMessage": "Reasons"
}
}

0 comments on commit 1d4d779

Please sign in to comment.