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
"message": "AudioHandler callback to modify AudioTrack and AudioRecord (#7496)\n\nThis PR adds a callback function `audioHandler` which would apply the\nnecessary configurations or modifications to the `AudioTrack` and the\n`AudioRecord` objects used by the `startAudioCoversation` function.\n\nThis PR also adds a new configuration class called conversation config\nwhich could be sent to the `startAudioConversation` function which\nallows users to specify different aspects of the conversation.",
"message": "Firebase AI Documentation Fix (#7569)\n\nincludes requested fixes to the Firebase AI documentation including:\n* Removing all uses of \"e. g.\"\n* Adding backticks to code in @Deprecated tags\n* Better details on `sendTextRealtime`\n\n---------\n\nCo-authored-by: David Motsonashvili <davidmotson@google.com>\nCo-authored-by: rachelsaunders <52258509+rachelsaunders@users.noreply.github.com>",
"message": "Add tests for HarmBlockMethod compatibility with GoogleAI and VertexAI (#7567)\n\nAdded unit tests to `GenerativeModelTesting.kt` to verify that:\n1. Using `HarmBlockMethod` with `GoogleAI` backend throws\n`InvalidStateException`.\n2. Using `HarmBlockMethod` with `VertexAI` backend does not throw\n`InvalidStateException`.\n\nThis covers an edge case where `HarmBlockMethod` is only supported by\nVertexAI.\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"message": "[AI] Chat history must store all the parts (streaming) (#7562)\n\nThe chat history in streaming mode reconstructs the parts from their\ncontents, rather than storing the parts themselves. This causes\nnon-visible elements, like `thoughtSignature` to get lost.",
0 commit comments