This commit is contained in:
mrT23
2024-02-09 11:30:28 +02:00
parent 555151602f
commit 6837e43114
2 changed files with 1 additions and 2 deletions

View File

@ -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]": "⏱️",

View File

@ -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?