pr-agent/pr_agent/tools
zmeir 1ade09eaa3 Fix failing /config command
All commands need the `ai_handler` argument. The PRConfig class was missing it in the `__init__` method and so it failed with this error:

```
File "/home/vcap/app/pr_agent/agent/pr_agent.py", line 76, in handle_request
    await command2class[action](pr_url, ai_handler=self.ai_handler, args=args).run()
TypeError: PRConfig.__init__() got an unexpected keyword argument 'ai_handler'
```
2024-01-04 14:49:34 +02:00
..
__init__.py Initial commit - PR-Agent OSS release 2023-07-06 00:21:08 +03:00
pr_add_docs.py Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00
pr_code_suggestions.py feat: Add loop to populate suggestion_list in pr_code_suggestions.py 2023-12-24 10:08:36 +02:00
pr_config.py Fix failing /config command 2024-01-04 14:49:34 +02:00
pr_description.py use_collapsible_file_list 2024-01-04 10:27:07 +02:00
pr_generate_labels.py feat: Reorder keys in PR description data and update PRDescription model in toml file 2023-12-21 08:51:57 +02:00
pr_information_from_user.py Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00
pr_questions.py Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00
pr_reviewer.py Use 'and' in lieu of '&' operator 2023-12-27 10:17:08 +07:00
pr_similar_issue.py removed comments 2023-12-25 00:45:24 +05:30
pr_update_changelog.py Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00