j-js commited on
Commit
35cb4eb
·
verified ·
1 Parent(s): 2b2e070

Update conversation_logic.py

Browse files
Files changed (1) hide show
  1. conversation_logic.py +0 -1
conversation_logic.py CHANGED
@@ -506,7 +506,6 @@ class ConversationEngine:
506
  inferred_category,
507
  solver_input,
508
  )
509
- )
510
  question_type = classification.get("type")
511
 
512
  resolved_intent = intent or detect_intent(user_text, help_mode)
 
506
  inferred_category,
507
  solver_input,
508
  )
 
509
  question_type = classification.get("type")
510
 
511
  resolved_intent = intent or detect_intent(user_text, help_mode)