RankingConfig

data class RankingConfig(val llm: String? = null, val maxAttempts: Int = 5, val backoffMillis: Long = 100, val backoffMultiplier: Double = 5.0, val backoffMaxInterval: Long = 180000)

Ranking configuration with retry logic

Constructors

Link copied to clipboard
constructor(llm: String? = null, maxAttempts: Int = 5, backoffMillis: Long = 100, backoffMultiplier: Double = 5.0, backoffMaxInterval: Long = 180000)

Properties

Link copied to clipboard
val backoffMaxInterval: Long = 180000
Link copied to clipboard
val backoffMillis: Long = 100
Link copied to clipboard
Link copied to clipboard
val llm: String? = null
Link copied to clipboard
val maxAttempts: Int = 5