This commit is contained in:
mrT23
2023-09-29 11:30:47 +03:00
parent 55f022d93e
commit c90e72cb75
5 changed files with 13 additions and 7 deletions

View File

@ -7,9 +7,9 @@ It can ba invoked manually by commenting on any PR:
```
For example:
<img src=./../pics/describe_comment.png width="768">
<kbd><img src=./../pics/describe_comment.png width="768"></kbd>
<img src=./../pics/describe.png width="768">
<kbd><img src=./../pics/describe.png width="768"></kbd>
The `describe` tool can also be triggered automatically every time a new PR is opened. See examples for automatic triggers for [GitHub App](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools) and [GitHub Action](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#working-with-github-action)

View File

@ -6,9 +6,9 @@ It can ba invoked manually by commenting on any PR:
```
For example:
<img src=./../pics/similar_issue_original_issue.png width="768">
<img src=./../pics/similar_issue_comment.png width="768">
<img src=./../pics/similar_issue.png width="768">
<kbd><img src=./../pics/similar_issue_original_issue.png width="768"></kbd>
<kbd><img src=./../pics/similar_issue_comment.png width="768"></kbd>
<kbd><img src=./../pics/similar_issue.png width="768"></kbd>
Note that to perform retrieval, the `similar_issue` tool indexes all the repo previous issues (once).

5
docs/TOOLS_GUIDE.md Normal file
View File

@ -0,0 +1,5 @@
## Table of Contents
- [DESCRIBE](./DESCRIBE.md)
- [REVIEW](./REVIEW.md)
- [IMPROVE](./IMPROVE.md)
- [SIMILAR_ISSUE](./SIMILAR_ISSUE.md)