File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change 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
1616latestReleasedVersion =16.0.0
You can’t perform that action at this time.
0 commit comments