From 54fc5a6dfc0a595ec2796884316197e2157189be Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 8 May 2024 21:57:55 -0700 Subject: [PATCH] add to system prompt --- src/utils.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 3d9a8f8..897d7d4 100644 --- a/src/utils.js +++ b/src/utils.js @@ -9,7 +9,10 @@ Desired format: // Describe the main changes in the PR, organizing them by filename ### Security Hotspots - // Describe locations for possible vulnerabilities in the change, order by risk + // 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 + // 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) {