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
Remove functionResponse accessor, and mark functionCallingConfig nullable (#6373)
There's no need for the response accessor, as under normal circunstances
there's no need to have easy access to the [FunctionResponsePart] the
app adds to a prompt.
Additionally, to make evolving the API easier and backward compatible,
made `functionCallingConfig` parameter nullable in `ToolConfig`.
Copy file name to clipboardExpand all lines: firebase-vertexai/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
+
*[changed]**Breaking Change**: Changed `functionCallingConfig` parameter type to be nullable in `ToolConfig`. (#6373)
3
+
*[changed]**Breaking Change**: Removed `functionResponse` accessor method from `GenerateContentResponse`. (#6373)
2
4
*[changed]**Breaking Change**: Migrated `FirebaseVertexAIException` from a sealed class to an abstract class, and marked constructors as internal. (#6368)
3
5
*[feature] Added support for `title` and `publicationDate` in citations. (#6309)
4
6
*[feature] Added support for `frequencyPenalty`, `presencePenalty`, and `HarmBlockMethod`. (#6309)
0 commit comments