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 bdd23cd commit 0d43f6dCopy full SHA for 0d43f6d
codeflash/optimization/function_optimizer.py
@@ -1475,7 +1475,7 @@ def process_review(
1475
)
1476
except Exception as e:
1477
logger.debug(f"optimization review response failed, investigate {e}")
1478
- data["optimization_review"] = opt_review_response[0]
+ data["optimization_review"] = opt_review_response
1479
if raise_pr and not staging_review:
1480
data["git_remote"] = self.args.git_remote
1481
check_create_pr(**data)
0 commit comments