feat: implement a more flexible custom prompts solution (#1390)
This commit is contained in:
@@ -20,3 +20,6 @@ Use the appropriate shell based on the user's system info:
|
||||
|
||||
{% block extra_prompt %}
|
||||
{% endblock %}
|
||||
|
||||
{% block custom_prompt %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
You are a coding assistant that helps merge code updates, ensuring every modification is fully integrated.
|
||||
|
||||
{% block custom_prompt %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user