We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd6026 commit fc66bf6Copy full SHA for fc66bf6
firebase-ai/src/main/kotlin/com/google/firebase/ai/common/APIController.kt
@@ -165,6 +165,7 @@ internal constructor(
165
166
suspend fun getWebSocketSession(location: String): ClientWebSocketSession =
167
client.webSocketSession(getBidiEndpoint(location))
168
+
169
fun generateContentStream(
170
request: GenerateContentRequest
171
): Flow<GenerateContentResponse.Internal> =
0 commit comments