From 99a9db5ee2c7497071477487176350b28cf0e598 Mon Sep 17 00:00:00 2001 From: Darrell Richards Date: Sun, 2 Jun 2024 20:00:36 -0400 Subject: [PATCH] chore(action): fixed issue with var --- src/services/ai.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/services/ai.ts b/src/services/ai.ts index 00acbde..7f20d73 100644 --- a/src/services/ai.ts +++ b/src/services/ai.ts @@ -14,8 +14,10 @@ export async function createMessage(file: File, chunk: Chunk, details: Details) Your requirement is to review pull request. Instructions below: - Provide response in the Following JSON format: {"reviews": [{"lineNumber": , "review": "", "required_changed": ""}]}. + - Do not give positive comments or compliments. - Provide comments and suggestions IF there is something to improve, otherwise "reviews" should be a empty array of reviews. - If you want to request changes that should be required, set "required_changed" to true. + - REQUIRED: Do not suggest adding comments to the code. - Please write comment in Github Markdown Format. - Use the given pr description only for the overall context