diff --git a/pr_agent/servers/help.py b/pr_agent/servers/help.py index 9e85887d..d76f70a4 100644 --- a/pr_agent/servers/help.py +++ b/pr_agent/servers/help.py @@ -160,16 +160,17 @@ It can be invoked manually by commenting on any PR: /ask "..." ``` -Note that the tool does not have "memory" of previous questions, and answers each question independently. +Note that the tool does not have "memory" of previous questions, and answers each question independently. +You can ask questions about the entire PR, about specific code lines, or about an image related to the PR code changes. """ - output += "\n\n" - - # general - output += "\n\n\n\n" - - output += "
More PR-Agent commands
\n\n" - output += HelpMessage.get_general_bot_help_text() - output += "\n\n
" + # output += "\n\n" + # + # # # general + # # output += "\n\n\n\n" + # + # output += "
More PR-Agent commands
\n\n" + # # output += HelpMessage.get_general_bot_help_text() + # # output += "\n\n
" output += f"\n\nSee the [ask usage](https://pr-agent-docs.codium.ai/tools/ask/) page for a comprehensive guide on using this tool.\n\n"