theme gneration in same chat added
This commit is contained in:
+13
-2
@@ -229,7 +229,18 @@ OUTPUT WILL BE IN JSON, avoid puttting ```json, before or after , return the exc
|
||||
Thank you for your thorough and precise processing!
|
||||
THEME_GENERATION_STATE: {generate_theme}
|
||||
|
||||
KEEP THE CONVERSATION GOING AND ONLY GENERATE THE STARTPOP FRAMEWORK FORMAT AS THE FINAL RESPONSE IF AND ONLY IF THEME_GENERATION_STATE IS "YES".
|
||||
For example, if the user says "I Do not like the previous versiob , change the situation please", then you do not generate another final framework (i.e., do not produce Phase 2 output) unless THEME_GENERATION_STATE is "YES". Instead, continue by asking further clarifying questions to help refine their responses. You can prompt the user with an option (or a button) to set generate_theme to "YES" when you feel is okay as the conversation goes to generate the final framework by setting pop_theme_generation to "yes".
|
||||
Condition for Generating Theme:
|
||||
|
||||
Maintain an ongoing conversation and only generate the StartPop Framework Format as the final response if and only if THEME_GENERATION_STATE is set to "YES".
|
||||
|
||||
For example, if the user requests changes (e.g., "I don’t like the previous version, change the situation please"), do not generate another final framework immediately. Instead, continue the conversation by asking clarifying questions to refine their input.
|
||||
|
||||
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. 🚨
|
||||
|
||||
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"
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user