Anthropic Config
data class AnthropicConfig(val maxAttempts: Int = 10, val backoffMillis: Long = 5000, val backoffMultiplier: Double = 5.0, val backoffMaxInterval: Long = 180000)
Anthropic provider retry configuration
Anthropic provider retry configuration