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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
# Unreleased
2
+
*[feature]**Breaking Change**: Add support for Grounding with Google Search (#7042).
3
+
***Action Required:** Update all references of `groundingAttributions`, `webSearchQueries`, `retrievalQueries` in `GroundingMetadata` to be non-optional.
2
4
*[changed] Deprecate the `totalBillableCharacters` field (only usable with pre-2.0 models). (#7042)
3
5
*[feature] Added support for extra schema properties like `title`, `minItems`, `maxItems`, `minimum`
4
6
and `maximum`. As well as support for the `anyOf` schema. (#7013)
method public static com.google.firebase.ai.type.Tool functionDeclarations(java.util.List<com.google.firebase.ai.type.FunctionDeclaration> functionDeclarations);
1002
+
method public static com.google.firebase.ai.type.Tool googleSearch(com.google.firebase.ai.type.GoogleSearch googleSearch = com.google.firebase.ai.type.GoogleSearch());
938
1003
field public static final com.google.firebase.ai.type.Tool.Companion Companion;
939
1004
}
940
1005
941
1006
public static final class Tool.Companion {
942
1007
method public com.google.firebase.ai.type.Tool functionDeclarations(java.util.List<com.google.firebase.ai.type.FunctionDeclaration> functionDeclarations);
1008
+
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