Skip to content

Commit

Permalink
feat(#87): summarizes in par
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed May 10, 2024
1 parent b3b17a1 commit 6982721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public String asString() throws Exception {
"\n",
"Please analyze how thorough the code review was.",
"In the end of analysis suggest a review score, like \"excellent",
" review\", \"poor review\" or something in the middle",
" review\", \"poor review\" or something in the middle.",
"Summarize the analysis in just one readable paragraph.",
"Pull Request: ",
String.format(
"PR title: %s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ void compilesPrompt(final Pull mock) throws Exception {
"\n",
"Please analyze how thorough the code review was.",
"In the end of analysis suggest a review score, like \"excellent",
" review\", \"poor review\" or something in the middle",
" review\", \"poor review\" or something in the middle.",
"Summarize the analysis in just one readable paragraph.",
"Pull Request: ",
"PR title: feat(#1): xsl changes",
"PR changes:",
Expand Down

0 comments on commit 6982721

Please sign in to comment.