2023-07-16 14:59:40 +03:00
|
|
|
## Configuration
|
|
|
|
|
2023-07-30 22:01:14 +03:00
|
|
|
The different tools and sub-tools used by CodiumAI pr-agent are adjustable via the configuration file: `/pr-agent/settings/configuration.toml`.
|
2023-07-16 14:59:40 +03:00
|
|
|
|
2023-07-30 22:01:14 +03:00
|
|
|
To edit the configuration of any tool, just add `--config_path=<value>` to you command.
|
|
|
|
For example if you want to edit online the `pr_reviewer` configurations, you can run:
|
2023-07-16 14:59:40 +03:00
|
|
|
```
|
2023-07-30 22:01:14 +03:00
|
|
|
/review --pr_reviewer.extra_instructions="focus on the file xyz" --require_score_review=false ...
|
2023-07-16 14:59:40 +03:00
|
|
|
```
|
2023-07-30 22:01:14 +03:00
|
|
|
|
2023-07-30 22:04:59 +03:00
|
|
|
Any configuration value in `configuration.toml` file can be similarly edited.
|
2023-07-30 22:01:14 +03:00
|
|
|
|