Spaces:
Runtime error
Runtime error
Greg Thompson
commited on
Commit
·
c6664ae
1
Parent(s):
55127fa
Update curriculum FSM initial state
Browse files
mathtext_fastapi/v2_conversation_manager.py
CHANGED
@@ -203,7 +203,7 @@ def manage_conversation_response(data_json):
|
|
203 |
print(f"2: {context_data['current_state']}")
|
204 |
|
205 |
curriculum_copy = copy.deepcopy(gsm.curriculum)
|
206 |
-
curriculum_copy.
|
207 |
print("STEP 2")
|
208 |
if user_message == 'easier':
|
209 |
curriculum_copy.left()
|
|
|
203 |
print(f"2: {context_data['current_state']}")
|
204 |
|
205 |
curriculum_copy = copy.deepcopy(gsm.curriculum)
|
206 |
+
curriculum_copy.state = context_data['current_state']
|
207 |
print("STEP 2")
|
208 |
if user_message == 'easier':
|
209 |
curriculum_copy.left()
|