From 3784f6edf414e5d6c7d0bec95439c36dbdc3671a Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Thu, 9 Jan 2025 09:56:54 +0100 Subject: Update copilot.py --- etc/tool/copilot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/tool/copilot.py b/etc/tool/copilot.py index ac19ad4b..c56453ea 100644 --- a/etc/tool/copilot.py +++ b/etc/tool/copilot.py @@ -197,7 +197,7 @@ def create_review_prompt(pull: PullRequest, diff: str): return f"""Your task is to review a pull request. Instructions: - Write in name of g4f copilot. Don't use placeholder. - Write the review in GitHub Markdown format. -- Enclose your response in backticks ```response``` +- Enclose your response in backticks ```markdown``` - Thank the author for contributing to the project. Pull request author: {pull.user.name} -- cgit v1.2.3