feat: Enhance readability in toml files and add verbosity level logging in pr_generate_labels.py

This commit is contained in:
mrT23
2023-11-26 08:42:04 +02:00
parent 9465b7b577
commit 8db2e3b2a0
4 changed files with 20 additions and 6 deletions

View File

@ -147,6 +147,9 @@ class PRGenerateLabels:
user=user_prompt
)
if get_settings().config.verbosity_level >= 2:
get_logger().info(f"\nAI response:\n{response}")
return response
def _prepare_data(self):