FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add turnComplete to API by emilypgoogle · Pull Request #8014 · firebase/firebase-android-sdk · GitHub

Add turnComplete to API - #8014

Merged
emilypgoogle merged 2 commits into
mainfrom
ep/turn-complete
Apr 2, 2026
Merged

Add turnComplete to API#8014
emilypgoogle merged 2 commits into
mainfrom
ep/turn-complete

Conversation

Copy link
Copy Markdown
Contributor

turnComplete was missing from the LiveAPI implementation on Android, but was present on other platform. This PR introduces it as an optional parameter with the previous method signature present as an overload, to maintain compatibility.
Having turnComplete available will let developers send content without ending the user's conversation turn and have more control over the functionality of the model.

Copy link
Copy Markdown
Contributor
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

github-actions Bot commented Apr 2, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

Copy link
Copy Markdown
Collaborator

The public api surface has changed for the subproject ai-logic_firebase-ai:
error: Added method com.google.firebase.ai.type.LiveSession.send(String,boolean,kotlin.coroutines.Continuation<? super kotlin.Unit>) [AddedMethod]
error: Added method com.google.firebase.ai.type.LiveSession.send(com.google.firebase.ai.type.Content,boolean,kotlin.coroutines.Continuation<? super kotlin.Unit>) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

emilypgoogle merged commit 7b743b6 into main Apr 2, 2026
31 checks passed
emilypgoogle deleted the ep/turn-complete branch April 2, 2026 17:23
github-actions Bot mentioned this pull request Apr 3, 2026
firebase locked and limited conversation to collaborators May 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL