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
Copy file name to clipboardExpand all lines: firebase-ai/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Unreleased
2
2
*[feature] Added support for configuring the "thinking" budget when using Gemini
3
3
2.5 series models. (#6990)
4
+
*[feature]**Breaking Change**: Add support for Grounding with Google Search (#7042).
5
+
***Action Required:** Update all references of `groundingAttributions`, `webSearchQueries`, `retrievalQueries` in `GroundingMetadata` to be non-optional.
4
6
5
7
# 16.2.0
6
8
*[changed] Deprecate the `totalBillableCharacters` field (only usable with pre-2.0 models). (#7042)
@@ -32,4 +34,3 @@
32
34
33
35
Note: This feature is in Public Preview, which means that it is not subject to any SLA or
34
36
deprecation policy and could change in backwards-incompatible ways.
method public static com.google.firebase.ai.type.Tool functionDeclarations(java.util.List<com.google.firebase.ai.type.FunctionDeclaration> functionDeclarations);
1017
+
method public static com.google.firebase.ai.type.Tool googleSearch(com.google.firebase.ai.type.GoogleSearch googleSearch = com.google.firebase.ai.type.GoogleSearch());
953
1018
field public static final com.google.firebase.ai.type.Tool.Companion Companion;
954
1019
}
955
1020
956
1021
public static final class Tool.Companion {
957
1022
method public com.google.firebase.ai.type.Tool functionDeclarations(java.util.List<com.google.firebase.ai.type.FunctionDeclaration> functionDeclarations);
1023
+
method public com.google.firebase.ai.type.Tool googleSearch(com.google.firebase.ai.type.GoogleSearch googleSearch = com.google.firebase.ai.type.GoogleSearch());
0 commit comments