mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 12:20:38 +08:00
s
This commit is contained in:
@ -161,7 +161,7 @@ class PRCodeSuggestions:
|
|||||||
get_logger().error(f"Error getting PR diff")
|
get_logger().error(f"Error getting PR diff")
|
||||||
self.prediction = None
|
self.prediction = None
|
||||||
|
|
||||||
data = self._prepare_pr_code_suggestions(self.prediction)
|
data = self.prediction
|
||||||
return data
|
return data
|
||||||
|
|
||||||
async def _get_prediction(self, model: str, patches_diff: str) -> dict:
|
async def _get_prediction(self, model: str, patches_diff: str) -> dict:
|
||||||
|
Reference in New Issue
Block a user