You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ANY | <code>"ANY"</code> | Model is constrained to always predicting a function call only. If <code>allowed_function_names</code> is set, the predicted function call will be limited to any one of <code>allowed_function_names</code>, else the predicted function call will be any one of the provided <code>function_declarations</code>. |
323
+
| AUTO | <code>"AUTO"</code> | Default model behavior; model decides to predict either a function call or a natural language response. |
324
+
| NONE | <code>"NONE"</code> | Model will not predict any function call. Model behavior is same as when not passing any function declarations. |
| BLOCK\_LOW\_AND\_ABOVE | <code>"BLOCK_LOW_AND_ABOVE"</code> | Content with <code>NEGLIGIBLE</code> will be allowed. |
357
+
| BLOCK\_MEDIUM\_AND\_ABOVE | <code>"BLOCK_MEDIUM_AND_ABOVE"</code> | Content with <code>NEGLIGIBLE</code> and <code>LOW</code> will be allowed. |
358
+
| BLOCK\_NONE | <code>"BLOCK_NONE"</code> | All content will be allowed. |
359
+
| BLOCK\_ONLY\_HIGH | <code>"BLOCK_ONLY_HIGH"</code> | Content with <code>NEGLIGIBLE</code>, <code>LOW</code>, and <code>MEDIUM</code> will be allowed. |
0 commit comments