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 784c427 commit d770015Copy full SHA for d770015
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/LiveGenerativeModel.kt
@@ -35,6 +35,7 @@ import io.ktor.websocket.close
35
import io.ktor.websocket.readBytes
36
import kotlin.coroutines.CoroutineContext
37
import kotlinx.coroutines.channels.ClosedReceiveChannelException
38
+import kotlinx.serialization.ExperimentalSerializationApi
39
import kotlinx.serialization.encodeToString
40
import kotlinx.serialization.json.Json
41
0 commit comments