Skip to content

Commit 3bd9323

Browse files
committed
Update CHANGELOG.md
1 parent 8359063 commit 3bd9323

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
# Unreleased
2-
* [changed] **Breaking Change**: `LiveModelFutures.connect` now returns `ListenableFuture<LiveSessionFutures>` instead of `ListenableFuture<LiveSession>`.
3-
* **Action Required:** Remove any transformations from LiveSession object to LiveSessionFutures object.
4-
* **Action Required:** Change type of variable handling `LiveModelFutures.connect` to `ListenableFuture<LiveSessionsFutures>`
5-
* [changed] **Breaking Change**: Removed `UNSPECIFIED` value for enum class `ResponseModality`
6-
* **Action Required:** Remove all references to `ResponseModality.UNSPECIFIED`
7-
* [changed] **Breaking Change**: Renamed `LiveGenerationConfig.setResponseModalities` to `LiveGenerationConfig.setResponseModality`
8-
* **Action Required:** Replace all references of `LiveGenerationConfig.setResponseModalities` with `LiveGenerationConfig.setResponseModality`
9-
* [feature] Added support for `HarmBlockThreshold.OFF`. See the
10-
[model documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/configure-safety-filters#how_to_configure_content_filters){: .external}
11-
for more information.
12-
* [fixed] Improved thread usage when using a `LiveGenerativeModel`. (#6870)
13-
* [fixed] Fixed an issue with `LiveContentResponse` audio data not being present when the model was
14-
interrupted or the turn completed. (#6870)
15-
* [fixed] Fixed an issue with `LiveSession` not converting exceptions to `FirebaseVertexAIException`. (#6870)
2+
* [feature] Enable response generation in multiple modalities. (#6901)
3+
* [changed] **Breaking Change**: Removed the `LiveContentResponse.Status` class, and instead have nested the status
4+
fields as properties of `LiveContentResponse`. (#6906)
5+
* [changed] **Breaking Change**: Removed the `LiveContentResponse` class, and instead have provided subclasses
6+
of `LiveServerMessage` that match the responses from the model. (#6910)
7+
* [feature] Added support for the `id` field on `FunctionResponsePart` and `FunctionCallPart`. (#6910)

0 commit comments

Comments
 (0)