Merge pull request #640 from Codium-ai/tr/publish_output

publish_output fix
This commit is contained in:
Tal
2024-02-05 21:47:23 -08:00
committed by GitHub

View File

@ -100,7 +100,7 @@ python -m pr_agent.cli --pr_url=<pr_url> /review --pr_reviewer.extra_instructio
(2) You can print results locally, without publishing them, by setting in `configuration.toml`:
```
[config]
publish_output=true
publish_output=false
verbosity_level=2
```
This is useful for debugging or experimenting with different tools.