mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
block scalar
This commit is contained in:
parent
64481e2d84
commit
1b0b90e51d
1 changed files with 7 additions and 5 deletions
|
|
@ -78,18 +78,20 @@ PR Feedback:
|
||||||
description: the relevant file full path
|
description: the relevant file full path
|
||||||
suggestion:
|
suggestion:
|
||||||
type: string
|
type: string
|
||||||
description: >-
|
description: |
|
||||||
a concrete suggestion for meaningfully improving the new PR code. Also
|
a concrete suggestion for meaningfully improving the new PR code. Also
|
||||||
describe how, specifically, the suggestion can be applied to new PR
|
describe how, specifically, the suggestion can be applied to new PR
|
||||||
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
|
a single code line taken from the relevant file, to which the suggestion applies.
|
||||||
suggestion applies. The line should be a '+' line. Make sure to output
|
The line should be a '+' line.
|
||||||
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue