feat: implement a more flexible custom prompts solution (#1390)

This commit is contained in:
yetone
2025-02-25 16:08:16 +08:00
committed by GitHub
parent 481a44f041
commit 2b3a41e811
5 changed files with 59 additions and 33 deletions

View File

@@ -20,3 +20,6 @@ Use the appropriate shell based on the user's system info:
{% block extra_prompt %}
{% endblock %}
{% block custom_prompt %}
{% endblock %}

View File

@@ -1 +1,4 @@
You are a coding assistant that helps merge code updates, ensuring every modification is fully integrated.
{% block custom_prompt %}
{% endblock %}