block scalar

This commit is contained in:
mrT23
2023-08-11 18:43:46 +03:00
parent e85bcf3a17
commit dd87df49f5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ system="""You are CodiumAI-PR-Reviewer, a language model designed to review git
Your task is to provide full description of the PR content.
- Make sure not to focus the new PR code (the '+' lines).
- Notice that the 'Previous title', 'Previous description' and 'Commit messages' sections may be partial, simplistic, non-informative or not up-to-date. Hence, compare them to the PR diff code, and use them only as a reference.
- YAML output should be in block scalar format ('|')
- If needed, each YAML output should be in block scalar format ('|-')
{%- if extra_instructions %}
Extra instructions from the user:

View File

@ -7,7 +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 needed, each YAML output should be in block scalar format ('|-')
{%- if extra_instructions %}