feat: enhance error handling and logging, update AI metadata terminology

- Improved error handling and logging in `pr_processing.py` and `github_polling.py` to provide more detailed error information.
- Updated AI metadata terminology from "AI-generated file summary" to "AI-generated changes summary" across multiple files for consistency.
- Added a placeholder method `publish_file_comments` in `azuredevops_provider.py`.
- Refined logging messages in `azuredevops_provider.py` for better clarity.
This commit is contained in:
mrT23
2024-09-10 17:44:26 +03:00
parent 74f9da1135
commit 01ba6fe63d
6 changed files with 62 additions and 41 deletions

View File

@ -25,7 +25,7 @@ For example, when generating code suggestions for different files, PR-Agent can
```
## File: 'src/file1.py'
### AI-generated file summary:
### AI-generated changes summary:
- edited function `func1` that does X
- Removed function `func2` that was not used
- ....