mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 04:15:18 +00:00
fixed broken output format(yaml) prompt
This commit is contained in:
parent
d088f9c19a
commit
003846a90d
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ review:
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{%- if num_code_suggestions > 0 %}
|
{%- if num_code_suggestions > 0 %}
|
||||||
code_feedback
|
code_feedback:
|
||||||
- relevant_file: |
|
- relevant_file: |
|
||||||
directory/xxx.py
|
directory/xxx.py
|
||||||
language: |
|
language: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue