From fbd3c5545629a9c4f6819abb3da617c4ca88b6fe Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 13 May 2024 23:59:21 +0200 Subject: [PATCH] src/utils.js: SYSTEM_PROMPT, fix headers order --- src/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.js b/src/utils.js index f629d52..319a896 100644 --- a/src/utils.js +++ b/src/utils.js @@ -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