We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadc874 commit 251a3d8Copy full SHA for 251a3d8
google/cloud/aiplatform/v1beta1/content.proto
@@ -57,6 +57,9 @@ enum HarmCategory {
57
// Deprecated: Election filter is not longer supported.
58
// The harm category is civic integrity.
59
HARM_CATEGORY_CIVIC_INTEGRITY = 5 [deprecated = true];
60
+
61
+ // The harm category is for jailbreak prompts.
62
+ HARM_CATEGORY_JAILBREAK = 6;
63
}
64
65
// Content Part modality
0 commit comments