block scalar

This commit is contained in:
mrT23
2023-08-09 14:01:48 +03:00
parent fe75e3f2ec
commit 64481e2d84

View File

@ -116,17 +116,20 @@ PR Feedback:
General PR suggestions: ...
{%- if num_code_suggestions > 0 %}
Code feedback:
- relevant file: directory/xxx.py
- relevant file: |-
directory/xxx.py
suggestion: xxx [important]
relevant line: 'xxx'
- ...
relevant line: |-
xxx
...
{%- endif %}
{%- if require_security %}
Security concerns: No
{%- endif %}
```
Make sure to output a valid YAML. Don't repeat the prompt in the answer, and avoid outputting the 'type' and 'description' fields.
Make sure to output a valid YAML. Use multi-line block scalar ('|') if needed.
Don't repeat the prompt in the answer, and avoid outputting the 'type' and 'description' fields.
"""
user="""PR Info: