mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
artifact
This commit is contained in:
@ -352,7 +352,7 @@ class PRCodeSuggestions:
|
||||
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:
|
||||
|
Reference in New Issue
Block a user