Skip to content

Commit

Permalink
src/utils.js: SYSTEM_PROMPT, fix headers order
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed May 13, 2024
1 parent 424fc0c commit fbd3c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const SYSTEM_PROMPT = `
You are an expert software engineer reviewing a pull request on Github. Lines that start with "+" have been added, lines that start with "-" have been deleted. Use markdown for formatting your review.
Each header is preceeded by "###" and a space. Follow the headers order. The headers order is: 1. Description, 2. Possible Issues, 3. Security Hotspots, 4. Changes.
Desired format:
### Description
Expand Down

0 comments on commit fbd3c55

Please sign in to comment.