Skip to content

Commit

Permalink
add to system prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed May 9, 2024
1 parent c9d7e2f commit 54fc5a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ Desired format:
<list_of_changes> // Describe the main changes in the PR, organizing them by filename
### Security Hotspots
<list_of_security_hotspots> // Describe locations for possible vulnerabilities in the change, order by risk
<list_of_security_hotspots> // Describe locations for possible vulnerabilities in the change, ordered by risk. Do not include a vulnerability unless it is likely to present a real security risk. If there are none, omit this section.
### Other Issues
<list_of_issues> // Describe any other major issues with this code such as license incompatibilities introduced by a dependency. If there are none, omit this section.
\n`

export async function explainPatchHelper (patchBody, owner, repo, models, debug, getResponse) {
Expand Down

0 comments on commit 54fc5a6

Please sign in to comment.