From 185f3e856bb01b5c03f5cced2dc567af9b1bb4d2 Mon Sep 17 00:00:00 2001 From: VinayGuthal Date: Thu, 30 Oct 2025 12:28:31 -0400 Subject: [PATCH] update docs --- .../kotlin/com/google/firebase/ai/java/LiveSessionFutures.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/firebase-ai/src/main/kotlin/com/google/firebase/ai/java/LiveSessionFutures.kt b/firebase-ai/src/main/kotlin/com/google/firebase/ai/java/LiveSessionFutures.kt index b15e0522591..63cfc508d0b 100644 --- a/firebase-ai/src/main/kotlin/com/google/firebase/ai/java/LiveSessionFutures.kt +++ b/firebase-ai/src/main/kotlin/com/google/firebase/ai/java/LiveSessionFutures.kt @@ -197,9 +197,7 @@ public abstract class LiveSessionFutures internal constructor() { public abstract fun sendVideoRealtime(video: InlineData): ListenableFuture /** - * Sends text data to the server in realtime. Check - * https://ai.google.dev/api/live#bidigeneratecontentrealtimeinput for details about the realtime - * input usage. + * Sends text data to the model, using the realtime API. * @param text The text data to send. */ public abstract fun sendTextRealtime(text: String): ListenableFuture