We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351969b commit 7e4b4beCopy full SHA for 7e4b4be
src/chat.ts
@@ -21,7 +21,7 @@ export class Chat {
21
22
const prompt =
23
process.env.PROMPT ||
24
- '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:';
25
26
return `${prompt}, ${answerLanguage}:
27
${patch}
0 commit comments