mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
15 lines
503 B
Markdown
15 lines
503 B
Markdown
# ASK Tool
|
|
|
|
The `ask` tool answers questions about the PR, based on the PR code changes. Make sure to be specific and clear in your questions.
|
|
It can be invoked manually by commenting on any PR:
|
|
```
|
|
/ask "..."
|
|
```
|
|
For example:
|
|
___
|
|
<kbd><img src=https://codium.ai/images/pr_agent/ask_comment.png width="768"></kbd>
|
|
___
|
|
<kbd><img src=https://codium.ai/images/pr_agent/ask.png width="768"></kbd>
|
|
___
|
|
|
|
Note that the tool does not have "memory" of previous questions, and answers each question independently. |