Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AI Review Assistant will also respond in case there is another issue with your request (for example, API Key is not properly configured). If, however, nothing happens after 2 minutes, this indicates that there is an unknown issue, and you should contact an Administrator.

Can I make the AI only look at a smaller part of the Pull Request?

By default, when writing a comment to the AI Review Assistant (or responding to a comment where it is involved), AI Review Assistant receives the exhaustive diff of the Pull Request.

It is however possible to narrow down the scope on demand. To do that, respond to an AI comment by a comment starting with Context:, then the list of files (with complete path from the repository root), with one file per line. Such a comment would look like the following:

Code Block
Context:
path/to/file1.txt
path/to/file2.py

You can see an example in action below:

...