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 ad4c724 commit c01acc3Copy full SHA for c01acc3
codeflash/lsp/features/perform_optimization.py
@@ -136,5 +136,5 @@ def sync_perform_optimization(server: CodeflashLanguageServer, cancel_event: thr
136
"patch_file": str(patch_path),
137
"task_id": params.task_id,
138
"explanation": best_optimization.explanation_v2,
139
- "optimization_review": best_optimization.optimization_review,
+ "optimization_review": function_optimizer.optimization_review,
140
}
0 commit comments