Enhancement Estimate
data class EnhancementEstimate(val expectedQualityGain: Double, val estimatedLatencyMs: Long, val estimatedTokenCost: Int, val recommendation: EnhancementRecommendation)
Constructors
Link copied to clipboard
constructor(expectedQualityGain: Double, estimatedLatencyMs: Long, estimatedTokenCost: Int, recommendation: EnhancementRecommendation)