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