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
*[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
0 commit comments