Update conversation_logic.py
Browse files- conversation_logic.py +1 -1
conversation_logic.py
CHANGED
|
@@ -1332,7 +1332,7 @@ class ConversationEngine:
|
|
| 1332 |
|
| 1333 |
elif question_specific_reply_core and (
|
| 1334 |
input_type not in {"hint", "next_hint"}
|
| 1335 |
-
|
| 1336 |
and (
|
| 1337 |
_is_help_first_mode(resolved_help_mode)
|
| 1338 |
or input_type in {"other", "confusion"}
|
|
|
|
| 1332 |
|
| 1333 |
elif question_specific_reply_core and (
|
| 1334 |
input_type not in {"hint", "next_hint"}
|
| 1335 |
+
and not (prefer_question_support and fallback_reply_core)
|
| 1336 |
and (
|
| 1337 |
_is_help_first_mode(resolved_help_mode)
|
| 1338 |
or input_type in {"other", "confusion"}
|