diff --git a/src/llm/templates.py b/src/llm/templates.py index 6571059..c5529e1 100644 --- a/src/llm/templates.py +++ b/src/llm/templates.py @@ -86,7 +86,7 @@ Review the following diff: @classmethod def get_commit_review_prompt(cls, diff: str, commit_message: str, strictness: str = "balanced") -> str: - prompt = f"""Review the following commit with message: "{commit_message}" + prompt = f"""Review the following commit with message: \"{commit_message}\" Analyze whether the changes align with the commit message and provide feedback.