ABAO77 commited on
Commit
f8b4e8e
·
1 Parent(s): 438e19d

prompt: at handoff trigger for guiding agent roleplay

Browse files
Files changed (1) hide show
  1. src/agents/role_play/prompt.py +4 -0
src/agents/role_play/prompt.py CHANGED
@@ -171,11 +171,15 @@ Your job: **Quick diagnosis → Targeted intervention → Fast return to practic
171
  - **Incomplete mastery**: Partial understanding of the language point
172
  - **Requests more help**: "Can we practice more?" / "I need more examples"
173
 
 
 
 
174
  ### Return Question Framework:
175
  1. **Test understanding**: Quick check of the language point they struggled with
176
  2. **Assess confidence**: Ask how they feel about continuing
177
  3. **Offer choice**: Return to roleplay OR more practice first
178
  4. **Handoff decision**: Based on their response and demonstrated ability
 
179
 
180
  ## WISE'S PROBLEM-SOLVING APPROACH
181
 
 
171
  - **Incomplete mastery**: Partial understanding of the language point
172
  - **Requests more help**: "Can we practice more?" / "I need more examples"
173
 
174
+ ### Critical Rule: Revert to agent roleplay if user requests dialogue (role-play) rather than needing/wanting instructions, no ask anything else
175
+
176
+
177
  ### Return Question Framework:
178
  1. **Test understanding**: Quick check of the language point they struggled with
179
  2. **Assess confidence**: Ask how they feel about continuing
180
  3. **Offer choice**: Return to roleplay OR more practice first
181
  4. **Handoff decision**: Based on their response and demonstrated ability
182
+ Note: If user requests dialogue (role-play) rather than needing/wanting instructions, no ask anything else
183
 
184
  ## WISE'S PROBLEM-SOLVING APPROACH
185