Update prompt
This commit is contained in:
@@ -174,7 +174,7 @@ def build_prompt(diff_text: str) -> str:
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
"Review the following git diff. Focus on correctness, regressions, missing validation, "
|
"Review the following git diff. Focus on correctness, regressions, missing validation, "
|
||||||
"build/test issues, and security concerns. "
|
"build/test issues, and security concerns as well as style and usage of c++23. "
|
||||||
"No need to comment on removed code unless it seems like it would cause a problem. "
|
"No need to comment on removed code unless it seems like it would cause a problem. "
|
||||||
"Do not review the scripts in the scripts directory, as they are not part of the main codebase. "
|
"Do not review the scripts in the scripts directory, as they are not part of the main codebase. "
|
||||||
"Return either 'No issues found.' or a short flat list where each item includes severity, file, and issue.\n\n"
|
"Return either 'No issues found.' or a short flat list where each item includes severity, file, and issue.\n\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user