2023-09-29 09:47:13 +03:00
|
|
|
# ASK Tool
|
|
|
|
|
2024-01-09 16:34:27 +02:00
|
|
|
The `ask` tool answers questions about the PR, based on the PR code changes. Make sure to be specific and clear in your questions.
|
2023-09-29 09:47:13 +03:00
|
|
|
It can be invoked manually by commenting on any PR:
|
|
|
|
```
|
|
|
|
/ask "..."
|
|
|
|
```
|
|
|
|
For example:
|
2024-01-09 16:25:23 +02:00
|
|
|
___
|
2023-12-03 08:41:09 +02:00
|
|
|
<kbd><img src=https://codium.ai/images/pr_agent/ask_comment.png width="768"></kbd>
|
2024-01-09 16:25:23 +02:00
|
|
|
___
|
|
|
|
<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.
|