diff --git a/src/chat.ts b/src/chat.ts index 2930e64..3b65233 100644 --- a/src/chat.ts +++ b/src/chat.ts @@ -21,7 +21,7 @@ export class Chat { const prompt = process.env.PROMPT || - 'Bellow is the code patch, please help me do a brief code review, if any bug risk and improvement suggestion are welcome'; + 'Below is a code patch, please help me do a brief code review on it. Any bug risks and/or improvement suggestions are welcome:'; return `${prompt}, ${answerLanguage}: ${patch}