Skip to content

Commit

Permalink
block scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Aug 9, 2023
1 parent fe75e3f commit 64481e2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pr_agent/settings/pr_reviewer_prompts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64481e2

Please sign in to comment.