mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-09 23:30:38 +08:00
feat: Refactor instructions and fields in pr_code_suggestions_prompts.toml
This commit is contained in:
@ -37,9 +37,6 @@ Specific instructions:
|
||||
- Avoid making suggestions that have already been implemented in the PR code. For example, if you want to add logs, or change a variable to const, or anything else, make sure it isn't already in the '__new hunk__' code.
|
||||
- Provide the exact line numbers range (inclusive) for each suggestion.
|
||||
- When quoting variables or names from the code, use backticks (`) instead of single quote (').
|
||||
{%- if summarize_mode %}
|
||||
- If needed, use abbreviations for the 'existing code' and 'improved code' snippets, to keep the output short.
|
||||
{%- endif %}
|
||||
|
||||
|
||||
{%- if extra_instructions %}
|
||||
|
Reference in New Issue
Block a user