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: .changeset/lazy-donuts-agree.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,5 @@
5
5
6
6
Added a `sendFunctionResponses` method to `LiveSession`, allowing function responses to be sent during realtime sessions.
7
7
Fixed an issue where function responses during audio conversations caused the WebSocket connection to close. See [GitHub Issue #9264](https://github.com/firebase/firebase-js-sdk/issues/9264).
8
-
-**Breaking Change**: Changed `StartAudioConversationOptions` and `functionCallingHandler` must now return a `Promise<FunctionResponse>`.
9
-
This breaking change is allowed in a minor release since the Live API is in Public Preview.
10
-
-**Breaking Change**: Changed the `functionCallingHandler` property in `StartAudioConversationOptions` so that it now returns a `Promise<FunctionResponse>`.
8
+
-**Breaking Change**: Changed the `functionCallingHandler` property in `StartAudioConversationOptions` so that it now must return a `Promise<FunctionResponse>`.
11
9
This breaking change is allowed in a minor release since the Live API is in Public Preview.
0 commit comments