mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
artifact
This commit is contained in:
@ -352,7 +352,7 @@ class PRCodeSuggestions:
|
|||||||
data["code_suggestions"].append(prediction)
|
data["code_suggestions"].append(prediction)
|
||||||
else:
|
else:
|
||||||
get_logger().info(f"Removing suggestions {i}, because score is {score}",
|
get_logger().info(f"Removing suggestions {i}, because score is {score}",
|
||||||
artifact={"prediction": prediction})
|
artifact=prediction)
|
||||||
else:
|
else:
|
||||||
get_logger().error(f"Error getting PR diff, no code suggestions found in call {i + 1}")
|
get_logger().error(f"Error getting PR diff, no code suggestions found in call {i + 1}")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Reference in New Issue
Block a user