From 61ba015a5597b3358c474853a84b319d6b06d3c4 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 12 May 2024 16:22:40 +0300 Subject: [PATCH] artifact --- pr_agent/tools/pr_code_suggestions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/tools/pr_code_suggestions.py b/pr_agent/tools/pr_code_suggestions.py index 77a4280e..a192e80d 100644 --- a/pr_agent/tools/pr_code_suggestions.py +++ b/pr_agent/tools/pr_code_suggestions.py @@ -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: