mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-19 13:17:47 +02:00
feat: add OFF to HarmBlockThreshold
PiperOrigin-RevId: 671827417
This commit is contained in:
parent
070b0fd6ac
commit
9aad398cf4
1 changed files with 3 additions and 0 deletions
|
|
@ -247,6 +247,9 @@ message SafetySetting {
|
|||
|
||||
// Block none.
|
||||
BLOCK_NONE = 4;
|
||||
|
||||
// Turn off the safety filter.
|
||||
OFF = 5;
|
||||
}
|
||||
|
||||
// Probability vs severity.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue