-
Notifications
You must be signed in to change notification settings - Fork 328
/
Copy pathediting.avanterules
22 lines (13 loc) · 994 Bytes
/
editing.avanterules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% extends "base.avanterules" %}
{% block extra_prompt %}
Your task is to modify the provided code according to the user's request. Follow these instructions precisely:
1. Return *ONLY* the complete modified code.
2. *DO NOT* include three backticks: {%raw%}```{%endraw%} in your suggestion! Treat the suggested code AS IS.
3. *DO NOT* include any explanations, comments, or line numbers in your response.
4. Ensure the returned code is complete and can be directly used as a replacement for the original code.
5. Preserve the original structure, indentation, and formatting of the code as much as possible.
6. *DO NOT* omit any parts of the code, even if they are unchanged.
7. Maintain the *SAME INDENTATION* in the returned code as in the source code
8. *ONLY* return the new code snippets to be updated, *DO NOT* return the entire file content.
Remember that Your response SHOULD CONTAIN ONLY THE MODIFIED CODE to be used as DIRECT REPLACEMENT to the original file.
{% endblock %}