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 474fb84 commit 0f7afe5Copy full SHA for 0f7afe5
firebase-vertexai/CHANGELOG.md
@@ -16,6 +16,9 @@
16
* [feature] Enable response generation in multiple modalities. (#6901)
17
* [changed] **Breaking Change**: Removed the `LiveContentResponse.Status` class, and instead have nested the status
18
fields as properties of `LiveContentResponse`. (#6906)
19
+* [changed] **Breaking Change**: Removed the `LiveContentResponse` class, and instead have provided subclasses
20
+ of `LiveServerMessage` that match the responses from the model. (#6910)
21
+* [feature] Added support for the `id` field on `FunctionResponsePart` and `FunctionCallPart`. (#6910)
22
23
24
# 16.3.0
0 commit comments