Solved Aware Consumption Metric
constructor(key: MetricKey<SolvedAwareConsumptionMetric> = KEY, totalSolvedConsumption: LLMConsumptionOrNA = LLMConsumptionOrNA.NA, avgPerSolved: Double? = null, minPerSolved: Double? = null, maxPerSolved: Double? = null, averageSolvedCost: Double? = null, withRetries: ConsumptionWithRetries? = null)