We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f32439 commit 9502f59Copy full SHA for 9502f59
codeflash/lsp/features/perform_optimization.py
@@ -134,5 +134,5 @@ def sync_perform_optimization(server: CodeflashLanguageServer, cancel_event: thr
134
"patch_file": str(patch_path),
135
"task_id": params.task_id,
136
"explanation": best_optimization.explanation_v2,
137
- "optimization_review": function_optimizer.optimization_review,
+ "optimizationReview": function_optimizer.optimization_review,
138
}
0 commit comments