Skip to content

Commit 6bfb831

Browse files
VinayGuthaldaymxn
andauthored
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/java/LiveSessionFutures.kt
Co-authored-by: Daymon <[email protected]>
1 parent 251c128 commit 6bfb831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/java/LiveSessionFutures.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public abstract class LiveSessionFutures internal constructor() {
4242
* Starts an audio conversation with the Gemini server, which can only be stopped using
4343
* stopAudioConversation.
4444
*
45-
* @param functionCallHandler A callback function that is invoked whenever the server receives a
46-
* function call.
45+
* @param functionCallHandler A callback function to map function calls from the server to their
46+
* response parts.
4747
*/
4848
public abstract fun startAudioConversation(
4949
functionCallHandler: ((FunctionCallPart) -> FunctionResponsePart)?

0 commit comments

Comments
 (0)