root 1 hete
szülő
commit
7dfb8f9311
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      ai-slibra-assistant/scene/taskbased.py

+ 1 - 1
ai-slibra-assistant/scene/taskbased.py

@@ -252,7 +252,7 @@ class Dialog(Scene):
                            isFaq=False,
                            faqContent='')
                 res.append(tmp)
-        if not res and code not in ["3.10",  "3.40", "4.40", "5.10"]:
+        if not res and code not in ["2.10","2.40", "3.10",  "3.40", "4.40", "5.10", "5.40"]:
             intent_res = intent_service(node_name, asr, bid, code, uid, sessionid)
             logger.info(f"intent_res:{intent_res}")
             if intent_res: