From a42e57d09b7772ee6124dfe12c1dd27f119edb0f Mon Sep 17 00:00:00 2001 From: mrT23 Date: Tue, 9 Jan 2024 16:36:39 +0200 Subject: [PATCH] ask helper --- pr_agent/servers/help.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pr_agent/servers/help.py b/pr_agent/servers/help.py index 721b4652..d1ece194 100644 --- a/pr_agent/servers/help.py +++ b/pr_agent/servers/help.py @@ -189,11 +189,13 @@ Make sure to provide proper title, and a detailed and well-phrased description f def get_ask_usage_guide(): output = "**Overview:**\n" output += """\ -The `ask` tool answers questions about the PR, based on the PR code changes. Note that the tool does not have "memory" of previous questions, and answers each question independently. +The `ask` tool answers questions about the PR, based on the PR code changes. 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. """ output += "\n\n"