mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 20:30:41 +08:00
ask
This commit is contained in:
@ -161,15 +161,16 @@ It can be invoked manually by commenting on any PR:
|
|||||||
```
|
```
|
||||||
|
|
||||||
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<table>"
|
# output += "\n\n<table>"
|
||||||
|
#
|
||||||
# general
|
# # # general
|
||||||
output += "\n\n<tr><td><details> <summary><strong> More PR-Agent commands</strong></summary><hr> \n\n"
|
# # output += "\n\n<tr><td><details> <summary><strong> More PR-Agent commands</strong></summary><hr> \n\n"
|
||||||
output += HelpMessage.get_general_bot_help_text()
|
# # output += HelpMessage.get_general_bot_help_text()
|
||||||
output += "\n\n</details></td></tr>\n\n"
|
# # output += "\n\n</details></td></tr>\n\n"
|
||||||
|
#
|
||||||
output += "</table>"
|
# output += "</table>"
|
||||||
|
|
||||||
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"
|
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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user