diff --git a/pr_agent/tools/pr_code_suggestions.py b/pr_agent/tools/pr_code_suggestions.py index 763e0388..b5006b85 100644 --- a/pr_agent/tools/pr_code_suggestions.py +++ b/pr_agent/tools/pr_code_suggestions.py @@ -243,6 +243,8 @@ class PRCodeSuggestions: """ suggestion_list = [] + for suggestion in data: + suggestion_list.append(suggestion) data_sorted = [[]] * len(suggestion_list) try: