refactor: new prompts structure (#1071)

This commit is contained in:
yetone
2025-01-11 23:09:55 +08:00
committed by GitHub
parent c3e7ba0be0
commit 24641d8264
5 changed files with 78 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
{% extends "planning.avanterules" %}
{% block user_prompt %}
{% 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.