From 0d5d4e88ca7a6541aad2b214ecf07e4a70722402 Mon Sep 17 00:00:00 2001 From: Kirill Romanov Date: Tue, 9 Jul 2024 19:31:50 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=83=D0=BB=D1=83=D1=87=D1=88=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D1=87=D0=BD=D0=BE=D0=B9?= =?UTF-8?q?=20=D1=81=D0=B8=D1=82=D1=83=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B2=20?= =?UTF-8?q?YandexGptClient?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/com/github/djaler/evilbot/clients/YandexGptClient.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/github/djaler/evilbot/clients/YandexGptClient.kt b/src/main/kotlin/com/github/djaler/evilbot/clients/YandexGptClient.kt index 39c7a92..1c3d88f 100644 --- a/src/main/kotlin/com/github/djaler/evilbot/clients/YandexGptClient.kt +++ b/src/main/kotlin/com/github/djaler/evilbot/clients/YandexGptClient.kt @@ -85,7 +85,7 @@ data class VideoSummaryResult( val statusCode: Int, val errorCode: Int?, val message: String?, - val sessionId: String, + val sessionId: String?, val pollIntervalMs: Long, val keypoints: List? )