mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 01:26:47 +00:00
try to make it not to ask commenting the code
This commit is contained in:
parent
b231c7beb1
commit
903cfb745e
3 changed files with 5 additions and 5 deletions
|
@ -113,9 +113,9 @@ async function getBaseAndHeadShas(
|
|||
function createPrompt(file: File, chunk: Chunk, prDetails: PRDetails): string {
|
||||
return `- Provide the response in following JSON format: [{"lineNumber": <line_number>, "reviewComment": "<review comment>"}]
|
||||
- Do not give positive comments or compliments.
|
||||
- Do not recommend adding comments to the code.
|
||||
- Do not suggest commenting the code.
|
||||
- Provide comments and suggestions ONLY if there is something to improve, otherwise return an empty array.
|
||||
- Write the comment in GitHub markdown.
|
||||
- Write the comment in GitHub Markdown format.
|
||||
- Use the given description only for the overall context and only comment the code.
|
||||
|
||||
Review the following code diff in the file "${
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue