From 6837e43114ae069aea66e54691df041dcf26cdc2 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Fri, 9 Feb 2024 11:30:28 +0200 Subject: [PATCH] help --- pr_agent/algo/utils.py | 1 - pr_agent/servers/help.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pr_agent/algo/utils.py b/pr_agent/algo/utils.py index d2a08a04..c2a8d066 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -43,7 +43,6 @@ def convert_to_markdown(output_data: dict, gfm_supported: bool=True) -> str: "Relevant tests added": "๐Ÿงช", "Focused PR": "โœจ", "Security concerns": "๐Ÿ”’", - "General suggestions": "๐Ÿ’ก", "Insights from user's answers": "๐Ÿ“", "Code feedback": "๐Ÿค–", "Estimated effort to review [1-5]": "โฑ๏ธ", diff --git a/pr_agent/servers/help.py b/pr_agent/servers/help.py index 36bd0db5..d93a6791 100644 --- a/pr_agent/servers/help.py +++ b/pr_agent/servers/help.py @@ -48,7 +48,7 @@ Examples for extra instructions: ``` [pr_reviewer] # /review # extra_instructions=""" -In the 'general suggestions' section, emphasize the following: +In the 'possible issues' section, emphasize the following: - Does the code logic cover relevant edge cases? - Is the code logic clear and easy to understand? - Is the code logic efficient?