Skip to content

Commit

Permalink
fix: улучшена обработка ошибочной ситуации в YandexGptClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaler committed Jul 9, 2024
1 parent 9bf0b26 commit 0d5d4e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<Keypoint>?
)
Expand Down

0 comments on commit 0d5d4e8

Please sign in to comment.