We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fc911 commit c2b9ba0Copy full SHA for c2b9ba0
eval_protocol/pytest/utils.py
@@ -420,7 +420,7 @@ def add_cost_metrics(row: EvaluationRow) -> None:
420
row.execution_metadata.cost_metrics = CostMetrics(
421
input_cost=0.0,
422
output_cost=0.0,
423
- total_cost=0.0,
+ total_cost_dollars=0.0,
424
)
425
return
426
@@ -461,5 +461,5 @@ def add_cost_metrics(row: EvaluationRow) -> None:
461
462
input_cost=input_cost,
463
output_cost=output_cost,
464
- total_cost=total_cost,
+ total_cost_dollars=total_cost,
465
0 commit comments