j-js commited on
Commit
561886c
·
verified ·
1 Parent(s): 915af1d

Update conversation_logic.py

Browse files
Files changed (1) hide show
  1. 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
- and not (_support_pack_is_strong(fallback_pack) and fallback_reply_core)
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"}