From dcbeba26665b50d2742e968308d17d16919835f6 Mon Sep 17 00:00:00 2001 From: willy Date: Wed, 4 Sep 2024 15:52:46 +0900 Subject: [PATCH] feat: fix gitignore --- packages/code-review-gpt/src/review/prompt/prompts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/code-review-gpt/src/review/prompt/prompts.ts b/packages/code-review-gpt/src/review/prompt/prompts.ts index 7847830..9443727 100644 --- a/packages/code-review-gpt/src/review/prompt/prompts.ts +++ b/packages/code-review-gpt/src/review/prompt/prompts.ts @@ -29,7 +29,7 @@ Format the response in a valid JSON format as a list of feedbacks, where the val } } -The filenames and file contents to review are provided below as a list of JSON objects(Answer me in Korean): +The filenames and file contents to review are provided below as a list of JSON objects, 답변은 한글로 적어줘. : `; @@ -68,6 +68,6 @@ Format the response in a valid JSON format as a list of feedbacks, where the val } } -The code to review is provided below(Answer me in Korean): +The code to review is provided below: `;