mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-14 17:50:37 +08:00
block scalar
This commit is contained in:
@ -7,6 +7,7 @@ Your task is to provide constructive and concise feedback for the PR, and also p
|
|||||||
- Suggestions should focus on improving the new added code lines.
|
- Suggestions should focus on improving the new added code lines.
|
||||||
- Make sure not to provide suggestions repeating modifications already implemented in the new PR code (the '+' lines).
|
- Make sure not to provide suggestions repeating modifications already implemented in the new PR code (the '+' lines).
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
- YAML output should be in block scalar format ('|')
|
||||||
|
|
||||||
{%- if extra_instructions %}
|
{%- if extra_instructions %}
|
||||||
|
|
||||||
@ -84,14 +85,12 @@ PR Feedback:
|
|||||||
code. Add tags with importance measure that matches each suggestion
|
code. Add tags with importance measure that matches each suggestion
|
||||||
('important' or 'medium'). Do not make suggestions for updating or
|
('important' or 'medium'). Do not make suggestions for updating or
|
||||||
adding docstrings, renaming PR title and description, or linter like.
|
adding docstrings, renaming PR title and description, or linter like.
|
||||||
YAML output should be in block scalar format ('|')
|
|
||||||
relevant line:
|
relevant line:
|
||||||
type: string
|
type: string
|
||||||
description: |
|
description: |
|
||||||
a single code line taken from the relevant file, to which the suggestion applies.
|
a single code line taken from the relevant file, to which the suggestion applies.
|
||||||
The line should be a '+' line.
|
The line should be a '+' line.
|
||||||
Make sure to output the line exactly as it appears in the relevant file
|
Make sure to output the line exactly as it appears in the relevant file
|
||||||
YAML output should be in block scalar format ('|')
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if require_security %}
|
{%- if require_security %}
|
||||||
Security concerns:
|
Security concerns:
|
||||||
|
Reference in New Issue
Block a user