root před 2 měsíci
rodič
revize
ccf7e5ec72
2 změnil soubory, kde provedl 1639 přidání a 229 odebrání
  1. 1638 228
      ai-slibra-assistant/data/robot.json
  2. 1 1
      ai-slibra-assistant/scene/taskbased.py

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 1638 - 228
ai-slibra-assistant/data/robot.json


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

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

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů