Add new line for a better visually

This commit is contained in:
trung.dinh@zoi.tech
2024-08-18 20:38:00 +07:00
parent f9de8f283b
commit dc8a4be2d4

View File

@ -137,6 +137,7 @@ class PRGenerateLabels:
environment = Environment(undefined=StrictUndefined)
set_custom_labels(variables, self.git_provider)
self.variables = variables
system_prompt = environment.from_string(get_settings().pr_custom_labels_prompt.system).render(self.variables)
user_prompt = environment.from_string(get_settings().pr_custom_labels_prompt.user).render(self.variables)