You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prompt/prompt-executor/prompt-executor-clients/prompt-executor-google-client/src/commonMain/kotlin/ai/koog/prompt/executor/clients/google/GoogleLLMClient.kt
+13-17Lines changed: 13 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ import io.ktor.http.isSuccess
51
51
importio.ktor.serialization.kotlinx.json.json
52
52
importkotlinx.coroutines.Dispatchers
53
53
importkotlinx.coroutines.flow.Flow
54
-
importkotlinx.coroutines.flow.onCompletion
55
54
importkotlinx.coroutines.withContext
56
55
importkotlinx.datetime.Clock
57
56
importkotlinx.serialization.json.Json
@@ -172,27 +171,24 @@ public open class GoogleLLMClient(
0 commit comments