Skip to content

Commit 5e3c47c

Browse files
committed
update firebase ai
1 parent e60b974 commit 5e3c47c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Unreleased
22

33
* [fixed] Fixed `FirebaseAI.getInstance` StackOverflowException (#6971)
4-
* [fixed] Fixed an issue that was causing the SDK to send empty `FunctionDeclaration` descriptions to the API.
4+
* [fixed] Fixed an issue that was causing the SDK to send empty `FunctionDeclaration` descriptions to the API.
5+
* [changed] **Breaking Change**: Updated `Voices` to accept a voice name as an attribute
56

67
# 16.0.0
78
* [feature] Initial release of the Firebase AI SDK (`firebase-ai`). This SDK *replaces* the previous

firebase-ai/api.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,8 +915,9 @@ package com.google.firebase.ai.type {
915915
}
916916

917917
@com.google.firebase.ai.type.PublicPreviewAPI public final class Voices {
918-
method public int getOrdinal();
919-
property public final int ordinal;
918+
ctor public Voices(String voiceName);
919+
method public String getVoiceName();
920+
property public final String voiceName;
920921
field public static final com.google.firebase.ai.type.Voices AOEDE;
921922
field public static final com.google.firebase.ai.type.Voices CHARON;
922923
field public static final com.google.firebase.ai.type.Voices.Companion Companion;

firebase-ai/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.1
15+
version=16.1.0
1616
latestReleasedVersion=16.0.0

0 commit comments

Comments
 (0)