Skip to content

Commit

Permalink
chore(action): fixed issue with var
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrellRichards committed Jun 3, 2024
1 parent dd04a67 commit 99a9db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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": <line_number>, "review": "<review comment>", "required_changed": "<true or false>"}]}.
- 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
Expand Down

0 comments on commit 99a9db5

Please sign in to comment.