mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 09:36:47 +00:00
feat(main): add instruction to provide review in Korean language
Added a new instruction for reviewers to provide their reviews in Korean language. This will help improve communication and understanding within the team.
This commit is contained in:
parent
65c5653158
commit
1f74cac971
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ function createPrompt(file: File, chunk: Chunk, prDetails: PRDetails): string {
|
|||
return `Your task is to review pull requests. Instructions:
|
||||
- Provide the response in following JSON format: {"reviews": [{"lineNumber": <line_number>, "reviewComment": "<review comment>"}]}
|
||||
- Do not give positive comments or compliments.
|
||||
- Provide review in Korean language.
|
||||
- Provide comments and suggestions ONLY if there is something to improve, otherwise "reviews" should be an empty array.
|
||||
- Write the comment in GitHub Markdown format.
|
||||
- Use the given description only for the overall context and only comment the code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue