mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-14 20:05:18 +00:00
artifact
This commit is contained in:
parent
4f6490b17c
commit
61ba015a55
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue