Skip to content

Commit a5d0280

Browse files
committed
fix(examples): satisfy eval optimize review contracts
1 parent 10dbd96 commit a5d0280

8 files changed

Lines changed: 686 additions & 77 deletions

File tree

examples/optimization/eval_optimize_loop/eval_loop/backends.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ async def optimize_candidates(
442442
optimizer=total_llm_cost,
443443
total=total_llm_cost,
444444
complete=False,
445+
reported_optimizer_cost=total_llm_cost,
445446
)
446447
result = OptimizationResult(
447448
candidates=candidates,

0 commit comments

Comments
 (0)