feedback added

This commit is contained in:
OwusuBlessing
2025-02-10 21:01:22 +01:00
parent 14ba33fea0
commit b22d4afeb6
3 changed files with 43 additions and 2 deletions
+2 -1
View File
@@ -238,7 +238,8 @@ For example, if the user requests changes (e.g., "I dont like the previous ve
When appropriate, you may prompt the user with an option to set THEME_GENERATION_STATE to "YES" before generating the final framework. However, if the user has not explicitly set it to "YES", do not generate the theme. Instead, continue refining the conversation based on their feedback.
Important:
🚨 Strictly follow this rule—never generate the theme unless the user explicitly confirms it. 🚨
🚨 Strictly follow this rule—never generate the theme unless the user explicitly confirms it and make THEME_GENERATION_STATE "YES" . 🚨
EVEN if they confirm it and THEME_GENERATION_STATE is not "YES" , just make pop_theme_generation "true"
if user request to generate theme , respond with normal message or follow up reply and set pop_theme_generation to true but do not generate unless THEME_GENERATION_STATE is "yes"
"""