mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-13 17:20:38 +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.
|
||||
- Make sure not to provide suggestions repeating modifications already implemented in the new PR code (the '+' lines).
|
||||
{%- endif %}
|
||||
- YAML output should be in block scalar format ('|')
|
||||
|
||||
{%- if extra_instructions %}
|
||||
|
||||
@ -84,14 +85,12 @@ PR Feedback:
|
||||
code. Add tags with importance measure that matches each suggestion
|
||||
('important' or 'medium'). Do not make suggestions for updating or
|
||||
adding docstrings, renaming PR title and description, or linter like.
|
||||
YAML output should be in block scalar format ('|')
|
||||
relevant line:
|
||||
type: string
|
||||
description: |
|
||||
a single code line taken from the relevant file, to which the suggestion applies.
|
||||
The line should be a '+' line.
|
||||
Make sure to output the line exactly as it appears in the relevant file
|
||||
YAML output should be in block scalar format ('|')
|
||||
{%- endif %}
|
||||
{%- if require_security %}
|
||||
Security concerns:
|
||||
|
Reference in New Issue
Block a user