mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 04:15:18 +00:00
Added PRHelpMessage to command execution in pr_agent.py
This commit is contained in:
parent
687ece1e86
commit
28e8707c1b
1 changed files with 14 additions and 14 deletions
|
|
@ -14,7 +14,7 @@ class PRHelpMessage:
|
|||
pr_comment +="🤖 Welcome to the PR Agent, an AI-powered tool for automated pull request analysis, feedback, suggestions and more."""
|
||||
pr_comment +="\n\nHere are the tools you can use to interact with the PR Agent:\n"
|
||||
base_path ="https://github.com/Codium-ai/pr-agent/tree/main/docs"
|
||||
pr_comment +=f"""
|
||||
pr_comment +=f"""\
|
||||
\n\n
|
||||
- [DESCRIBE]({base_path}/DESCRIBE.md)
|
||||
- [REVIEW]({base_path}/REVIEW.md)
|
||||
|
|
|
|||
Loading…
Reference in a new issue