Skip to content

Commit

Permalink
artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed May 12, 2024
1 parent 4f6490b commit 61ba015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/tools/pr_code_suggestions.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ async def _prepare_prediction_extended(self, model: str) -> dict:
data["code_suggestions"].append(prediction)
else:
get_logger().info(f"Removing suggestions {i}, because score is {score}",
artifact={"prediction": prediction})
artifact=prediction)
else:
get_logger().error(f"Error getting PR diff, no code suggestions found in call {i + 1}")
except Exception as e:
Expand Down

0 comments on commit 61ba015

Please sign in to comment.