mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-14 01:30:37 +08:00
block scalar
This commit is contained in:
@ -116,17 +116,20 @@ PR Feedback:
|
|||||||
General PR suggestions: ...
|
General PR suggestions: ...
|
||||||
{%- if num_code_suggestions > 0 %}
|
{%- if num_code_suggestions > 0 %}
|
||||||
Code feedback:
|
Code feedback:
|
||||||
- relevant file: directory/xxx.py
|
- relevant file: |-
|
||||||
|
directory/xxx.py
|
||||||
suggestion: xxx [important]
|
suggestion: xxx [important]
|
||||||
relevant line: 'xxx'
|
relevant line: |-
|
||||||
- ...
|
xxx
|
||||||
|
...
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if require_security %}
|
{%- if require_security %}
|
||||||
Security concerns: No
|
Security concerns: No
|
||||||
{%- endif %}
|
{%- 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:
|
user="""PR Info:
|
||||||
|
Reference in New Issue
Block a user