From 1f74cac971ddd304d4fdcff309f9ff8405387a03 Mon Sep 17 00:00:00 2001 From: Will Hohyon Ryu Date: Thu, 7 Mar 2024 18:59:44 -0800 Subject: [PATCH] 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. --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index f47a6b0..f73ea7f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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": , "reviewComment": ""}]} - 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.