mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
11 lines
283 B
Markdown
11 lines
283 B
Markdown
# ASK Tool
|
|
|
|
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 "..."
|
|
```
|
|
For example:
|
|
|
|
<kbd><img src=./../pics/ask_comment.png width="768"></kbd>
|
|
<kbd><img src=./../pics/ask.png width="768"></kbd> |