Skip to content

Commit 185f3e8

Browse files
committed
update docs
1 parent bb555a2 commit 185f3e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,7 @@ public abstract class LiveSessionFutures internal constructor() {
197197
public abstract fun sendVideoRealtime(video: InlineData): ListenableFuture<Unit>
198198

199199
/**
200-
* Sends text data to the server in realtime. Check
201-
* https://ai.google.dev/api/live#bidigeneratecontentrealtimeinput for details about the realtime
202-
* input usage.
200+
* Sends text data to the model, using the realtime API.
203201
* @param text The text data to send.
204202
*/
205203
public abstract fun sendTextRealtime(text: String): ListenableFuture<Unit>

0 commit comments

Comments
 (0)