mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-19 17:16:48 +00:00
Add promt to avoid repetitive comment on reviews
This commit is contained in:
parent
75431ca4e5
commit
6f7b3de062
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ function createPrompt(file: File, chunk: Chunk, prDetails: PRDetails): string {
|
|||
- Write the comment in GitHub Markdown format.
|
||||
- Use the given description only for the overall context and only comment the code.
|
||||
- IMPORTANT: NEVER suggest adding comments to the code.
|
||||
- IMPORTANT: NEVER suggest "add a newline at the end of the file to follow the standard coding conventions."
|
||||
|
||||
${languageContext}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue