Skip to content

Commit

Permalink
fix: typo in suggesting.avanterules (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoxo authored Jan 14, 2025
1 parent 143519a commit 87c03bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/avante/templates/suggesting.avanterules
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Guidelines:
3. DO NOT include three backticks: {%raw%}```{%endraw%} in your suggestion. Treat the suggested code AS IS.
4. Each element in the returned list is a COMPLETE code snippet.
5. MUST be a valid JSON format. DO NOT be lazy!
6. Only return the new code to be inserted. DON NOT be lazy!
6. Only return the new code to be inserted. DO NOT be lazy!
7. Please strictly check the code around the position and ensure that the complete code after insertion is correct. DO NOT be lazy!
8. Do not return the entire file content or any surrounding code.
9. Do not include any explanations, comments, or line numbers in your response.
Expand Down

0 comments on commit 87c03bc

Please sign in to comment.