Skip to content

Commit

Permalink
Wrap the changes with ```
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Feb 14, 2023
1 parent ba02473 commit e8d30e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def getPRReviewPrompt(title, body, changes) -> str:
Body: {body}
Changes: {changes}
Changes:
```
{changes}
```
'''
return prompt

0 comments on commit e8d30e6

Please sign in to comment.