From e4af0b22ad6d47ac4f84479e9d7c2ea52cdb6ce6 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 17 Jan 2024 15:51:42 +0200 Subject: [PATCH] s --- pr_agent/servers/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/servers/help.py b/pr_agent/servers/help.py index d7a78e6e..d1759c53 100644 --- a/pr_agent/servers/help.py +++ b/pr_agent/servers/help.py @@ -236,7 +236,7 @@ Note that the tool does not have "memory" of previous questions, and answers eac @staticmethod def get_improve_usage_guide(): output = "**Overview:**\n" - output += "The improve tool scans the PR code changes, and automatically generates suggestions for improving the PR code. " + output += "The `improve` tool scans the PR code changes, and automatically generates suggestions for improving the PR code. " output += "The tool can be triggered [automatically](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools) every time a new PR is opened, or can be invoked manually by commenting on a PR.\n" output += """\ When commenting, to edit [configurations](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L69) related to the improve tool (`pr_code_suggestions` section), use the following template: