feat: add OFF to HarmBlockThreshold

PiperOrigin-RevId: 671827417
This commit is contained in:
Google APIs 2024-09-06 11:02:57 -07:00 committed by Copybara-Service
parent 070b0fd6ac
commit 9aad398cf4

View file

@ -247,6 +247,9 @@ message SafetySetting {
// Block none.
BLOCK_NONE = 4;
// Turn off the safety filter.
OFF = 5;
}
// Probability vs severity.