mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Add new line for a better visually
This commit is contained in:
parent
f9de8f283b
commit
dc8a4be2d4
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ class PRGenerateLabels:
|
||||||
environment = Environment(undefined=StrictUndefined)
|
environment = Environment(undefined=StrictUndefined)
|
||||||
set_custom_labels(variables, self.git_provider)
|
set_custom_labels(variables, self.git_provider)
|
||||||
self.variables = variables
|
self.variables = variables
|
||||||
|
|
||||||
system_prompt = environment.from_string(get_settings().pr_custom_labels_prompt.system).render(self.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)
|
user_prompt = environment.from_string(get_settings().pr_custom_labels_prompt.user).render(self.variables)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue