Skip to content

Commit

Permalink
Merge pull request #1 from feiskyer/fix-prompt
Browse files Browse the repository at this point in the history
Wrap the changes with ```
  • Loading branch information
feiskyer authored Feb 14, 2023
2 parents ba02473 + e8d30e6 commit 4312f40
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 4312f40

Please sign in to comment.