diff --git a/pr_agent/tools/pr_help_message.py b/pr_agent/tools/pr_help_message.py
index 5677698c..01be9ade 100644
--- a/pr_agent/tools/pr_help_message.py
+++ b/pr_agent/tools/pr_help_message.py
@@ -58,12 +58,12 @@ class PRHelpMessage:
commands.append("`/similar_issue`")
checkbox_list = []
- checkbox_list.append(" - [ ] Send ")
- checkbox_list.append(" - [ ] Send ")
- checkbox_list.append(" - [ ] Send ")
- checkbox_list.append(" - [ ] Send ")
- checkbox_list.append(" - [ ] Send ")
- checkbox_list.append(" - [ ] Send ")
+ checkbox_list.append(" - [ ] Run ")
+ checkbox_list.append(" - [ ] Run ")
+ checkbox_list.append(" - [ ] Run ")
+ checkbox_list.append(" - [ ] Run ")
+ checkbox_list.append(" - [ ] Run ")
+ checkbox_list.append(" - [ ] Run ")
checkbox_list.append("[*]")
checkbox_list.append("[*]")
checkbox_list.append("[*]")
@@ -72,12 +72,12 @@ class PRHelpMessage:
checkbox_list.append("[*]")
if isinstance(self.git_provider, GithubProvider):
- pr_comment += f"
Tool | Description | Run this command :gem: |
"
+ pr_comment += f"Tool | Description | Invoke Interactively :gem: |
"
for i in range(len(tool_names)):
pr_comment += f"\n\n\n{tool_names[i]} | \n{descriptions[i]} | \n\n\n{checkbox_list[i]}\n |
"
pr_comment += "
\n\n"
- pr_comment += f"""\n\n(1) Note that each tool be [invoked automatically](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools-for-pr-actions) when a new PR is opened, or called manually by [commenting on a PR](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#online-usage)."""
- pr_comment += f"""\n\n(2) Tools marked with [*] require additional parameters to be passed. For example, to invoke the `/ask` tool, you need to comment on a PR: `/ask "What is the purpose of this PR?"`. See the relevant documentation for each tool for more details."""
+ pr_comment += f"""\n\n(1) Note that each tool be [triggered automatically](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools-for-pr-actions) when a new PR is opened, or called manually by [commenting on a PR](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#online-usage)."""
+ pr_comment += f"""\n\n(2) Tools marked with [*] require additional parameters to be passed. For example, to invoke the `/ask` tool, you need to comment on a PR: `/ask ""`. See the relevant documentation for each tool for more details."""
else:
pr_comment += f"Tool | Command | Description |
"
for i in range(len(tool_names)):