...
Info |
---|
To be as helpful as possible, the AI Review Assistant sends information related to your pull request to the ChatGPT API.
Consult our privacy policy for more information. |
Set up
Step 1: Enable the feature globally
The first thing you need to do is to enable AI Review Assistant. To do that, head over the Global Admin page of Code Review Assistant, and enable the toggle in front of “AI Review Assistant enabled”.
...
After doing that, you need to configure it on each repository for which you want to use it.
Step 2: Configure the API credentials at the repository level
As a repository administrator, follow the following steps:
Get your API Key from OpenAI by going here.
Go to the Code Review Assistant settings page of your repository
At the top of the page, select a model supported by your API Key, and copy-paste your key in the input field
Click on “Save”. You should see a confirmation flag that your data as been updated.
...
Usage
You can interact with the AI Review Assistant directly in your pull request. To do so, write a comment in the view of your pull request starting by /aira
followed by your question for ChatGPT. ChatGPT will receive the information related to your pull request (current title, description, commit titles and the diff), followed by your question.
...
/aira Can you explain the algorithm of this function?
FAQ
How can I disable AI Review Assistant for my Bitbucket Instance?
Global Bitbucket Admins can disable AI Review Assistant through the Code Review Assistant admin page. At the top of the page, you can disable the toggle. Then, even if a repository has configured AI Review Assistant, it will not respond (and data will not be shared).
Note that AI Review Assistant is disabled by default, and none of the repositories are configured.
...
How can I disable AI Review Assistant for a repository?
There is no toggle to disable AI Review Assistant for a repository. However, if you do not configure the assistant (by not filling the token information), then it will be effectively disabled, and no data will be shared to the ChatGPT API.
If you previously configured AI Review Assistant, you can remove the token by saving the configuration with an empty token.
Who can use AI Review Assistant on a pull request?
Anyone who is allowed to write a comment on a pull request will be allowed to interact with the AI Review Assistant.
I wrote a comment starting by /aira
, but nothing happened
First, try to refresh the page. AI Review Assistant responds to Pull Request comments, and those are not refreshed automatically. If the response is still not there, please check the following things.
...