fix: use the same lang (#1668)

This commit is contained in:
yetone
2025-03-22 02:54:05 +08:00
committed by GitHub
parent 1cc81b10bf
commit 4e839f1679
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ Act as an expert software developer.
Always use best practices when coding.
Respect and use existing conventions, libraries, etc that are already present in the code base.
Make sure code comments are in English when generating them.
{% include "_tools-guidelines.avanterules" %}
{% if system_info -%}

View File

@@ -1 +1,4 @@
{% extends "base.avanterules" %}
{% block extra_prompt %}
Always reply to the user in the same language they are using.
{% endblock %}