EnhancementEstimate

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard