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 a131daa commit b62631eCopy full SHA for b62631e
FirebaseVertexAI/CHANGELOG.md
@@ -63,6 +63,9 @@
63
(#13875)
64
- [added] Added a new `HarmBlockThreshold` `.off`, which turns off the safety
65
filter. (#13863)
66
+- [added] Added an optional `HarmBlockMethod` parameter `method` in
67
+ `SafetySetting` that configures whether responses are blocked based on the
68
+ `probability` and/or `severity` of content being in a `HarmCategory`. (#13876)
69
- [added] Added new `FinishReason` values `.blocklist`, `.prohibitedContent`,
70
`.spii` and `.malformedFunctionCall` that may be reported. (#13860)
71
- [added] Added new `BlockReason` values `.blocklist` and `.prohibitedContent`
0 commit comments