OpenAiConfig

data class OpenAiConfig(val maxAttempts: Int = 10, val backoffMillis: Long = 5000, val backoffMultiplier: Double = 5.0, val backoffMaxInterval: Long = 180000)

OpenAI provider retry configuration

Constructors

Link copied to clipboard
constructor(maxAttempts: Int = 10, backoffMillis: Long = 5000, backoffMultiplier: Double = 5.0, backoffMaxInterval: Long = 180000)

Properties

Link copied to clipboard
val backoffMaxInterval: Long = 180000
Link copied to clipboard
val backoffMillis: Long = 5000
Link copied to clipboard
Link copied to clipboard
val maxAttempts: Int = 10