Skip to content

Commit 6f62297

Browse files
committed
Update changeset
1 parent f0e3e2a commit 6f62297

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.changeset/lazy-donuts-agree.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
---
55

66
Added a `sendFunctionResponses` method to `LiveSession`, allowing function responses to be sent during realtime sessions.
7-
Fixes 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**: `StartAudioConversationOptions`' `functionCallingHandler` must now return a `Promise<FunctionResponse>`.
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>`.
911
This breaking change is allowed in a minor release since the Live API is in Public Preview.

0 commit comments

Comments
 (0)