Update conversation_logic.py
Browse files- 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)
|