Skip to content

Instantly share code, notes, and snippets.

@smcal75
Created June 10, 2019 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smcal75/1ef27a714b079b815cba367691511b4b to your computer and use it in GitHub Desktop.
Save smcal75/1ef27a714b079b815cba367691511b4b to your computer and use it in GitHub Desktop.
rasa Contextual assistant formbot with debug
rasa shell --debug
2019-06-10 11:16:53 DEBUG rasa.model - Extracted model to '/var/folders/j1/t42l6rhs6235cd8_3xh6nfgc478h_c/T/tmpg5msiegd'.
2019-06-10 11:16:53 DEBUG rasa.cli.utils - Parameter 'endpoints' not set. Using default location 'endpoints.yml' instead.
WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
For more information, please see:
* https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md
* https://github.com/tensorflow/addons
If you depend on functionality not listed there, please file an issue.
2019-06-10 11:16:55 DEBUG rasa.model - Extracted model to '/var/folders/j1/t42l6rhs6235cd8_3xh6nfgc478h_c/T/tmphv81k5b0'.
2019-06-10 11:16:55 DEBUG rasa.core.utils - Available web server routes:
/webhooks/rest GET custom_webhook_CmdlineInput.health
/webhooks/rest/webhook POST custom_webhook_CmdlineInput.receive
2019-06-10 11:16:55 INFO root - Starting Rasa Core server on http://localhost:5005
2019-06-10 11:16:55 INFO root - Enabling coroutine debugging. Loop id 120972615704.
2019-06-10 11:16:55 DEBUG rasa.model - Extracted model to '/var/folders/j1/t42l6rhs6235cd8_3xh6nfgc478h_c/T/tmppt7qf0mh'.
2019-06-10 11:16:55.811712: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2019-06-10 11:16:56 DEBUG rasa.model - Extracted model to '/var/folders/j1/t42l6rhs6235cd8_3xh6nfgc478h_c/T/tmpvf_fafia'.
Bot loaded. Type a message and press enter (use '/stop' to exit):
Your input -> hi
2019-06-10 11:17:01 DEBUG rasa.core.agent - Created a new lock for conversation 'default'
2019-06-10 11:17:01 DEBUG rasa.core.tracker_store - Creating a new tracker for id 'default'.
2019-06-10 11:17:01 DEBUG rasa.core.processor - Received user message 'hi' with intent '{'name': 'greet', 'confidence': 0.8949550986289978}' and entities '[]'
2019-06-10 11:17:01 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 2 events
2019-06-10 11:17:02 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:17:02 DEBUG rasa.core.policies.memoization - Current tracker state [None, None, None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}]
2019-06-10 11:17:02 DEBUG rasa.core.policies.memoization - There is a memorised next action '10'
2019-06-10 11:17:02 DEBUG rasa.core.policies.form_policy - There is no active form
2019-06-10 11:17:02 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_2_MemoizationPolicy
2019-06-10 11:17:02 DEBUG rasa.core.processor - Predicted next action 'utter_greet' with confidence 1.00.
2019-06-10 11:17:02 DEBUG rasa.core.processor - Action 'utter_greet' ended with events '['BotUttered(text: Hello! I am restaurant search assistant! How can I help?, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {})']'
2019-06-10 11:17:02 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:17:02 DEBUG rasa.core.policies.memoization - Current tracker state [None, None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}]
2019-06-10 11:17:02 DEBUG rasa.core.policies.memoization - There is a memorised next action '0'
2019-06-10 11:17:02 DEBUG rasa.core.policies.form_policy - There is no active form
2019-06-10 11:17:02 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'greet'.
2019-06-10 11:17:02 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_2_MemoizationPolicy
2019-06-10 11:17:02 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
2019-06-10 11:17:02 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-06-10 11:17:02 DEBUG rasa.core.agent - Deleted lock for conversation 'default' (unused)
Hello! I am restaurant search assistant! How can I help?
Your input -> book
2019-06-10 11:17:05 DEBUG rasa.core.agent - Created a new lock for conversation 'default'
2019-06-10 11:17:05 DEBUG rasa.core.tracker_store - Recreating tracker for id 'default'
2019-06-10 11:17:05 DEBUG rasa.core.processor - Received user message 'book' with intent '{'name': 'inform', 'confidence': 0.7945468425750732}' and entities '[]'
2019-06-10 11:17:05 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 6 events
2019-06-10 11:17:05 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:17:05 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:17:05 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:17:05 DEBUG rasa.core.policies.form_policy - There is no active form
2019-06-10 11:17:05 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_KerasPolicy
2019-06-10 11:17:05 DEBUG rasa.core.processor - Predicted next action 'restaurant_form' with confidence 0.45.
2019-06-10 11:17:05 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'restaurant_form'.
2019-06-10 11:17:05 DEBUG rasa.core.processor - Action 'restaurant_form' ended with events '['BotUttered(text: what cuisine?, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {"cuisine": null, "feedback": null, "num_people": null, "outdoor_seating": null, "preferences": null, "requested_slot": null})', 'Form(restaurant_form)', 'SlotSet(key: requested_slot, value: cuisine)']'
2019-06-10 11:17:05 DEBUG rasa.core.processor - Current slot values:
cuisine: None
feedback: None
num_people: None
outdoor_seating: None
preferences: None
requested_slot: cuisine
2019-06-10 11:17:05 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:17:05 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:17:05 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:17:05 DEBUG rasa.core.policies.form_policy - There is an active form 'restaurant_form'
2019-06-10 11:17:05 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'inform'.
2019-06-10 11:17:05 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy
2019-06-10 11:17:05 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
2019-06-10 11:17:05 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-06-10 11:17:05 DEBUG rasa.core.agent - Deleted lock for conversation 'default' (unused)
what cuisine?
Your input -> Book me a table for two at the Chinese restaurant
2019-06-10 11:17:54 DEBUG rasa.core.agent - Created a new lock for conversation 'default'
2019-06-10 11:17:54 DEBUG rasa.core.tracker_store - Recreating tracker for id 'default'
2019-06-10 11:17:54 DEBUG rasa.core.processor - Received user message 'Book me a table for two at the Chinese restaurant' with intent '{'name': 'request_restaurant', 'confidence': 0.9205477237701416}' and entities '[{'start': 20, 'end': 23, 'value': '2', 'entity': 'num_people', 'confidence': 0.887411765678633, 'extractor': 'CRFEntityExtractor', 'processors': ['EntitySynonymMapper']}, {'start': 20, 'end': 23, 'text': 'two', 'value': 2, 'confidence': 1.0, 'additional_info': {'value': 2, 'type': 'value'}, 'entity': 'number', 'extractor': 'DucklingHTTPExtractor'}]'
2019-06-10 11:17:54 DEBUG rasa.core.processor - Current slot values:
cuisine: None
feedback: None
num_people: None
outdoor_seating: None
preferences: None
requested_slot: cuisine
2019-06-10 11:17:54 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 12 events
2019-06-10 11:17:54 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:17:54 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:17:54 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:17:54 DEBUG rasa.core.policies.form_policy - There is an active form 'restaurant_form'
2019-06-10 11:17:54 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy
2019-06-10 11:17:54 DEBUG rasa.core.processor - Predicted next action 'restaurant_form' with confidence 1.00.
2019-06-10 11:17:54 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'restaurant_form'.
2019-06-10 11:17:54 DEBUG rasa.core.processor - Action 'restaurant_form' ended with events '['BotUttered(text: what cuisine?, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {"cuisine": null, "feedback": null, "num_people": "2", "outdoor_seating": null, "preferences": null, "requested_slot": "cuisine"})', 'SlotSet(key: num_people, value: 2)', 'SlotSet(key: requested_slot, value: cuisine)']'
2019-06-10 11:17:54 DEBUG rasa.core.processor - Current slot values:
cuisine: None
feedback: None
num_people: 2
outdoor_seating: None
preferences: None
requested_slot: cuisine
2019-06-10 11:17:54 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:17:54 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:17:54 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:17:54 DEBUG rasa.core.policies.form_policy - There is an active form 'restaurant_form'
2019-06-10 11:17:54 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'request_restaurant'.
2019-06-10 11:17:54 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy
2019-06-10 11:17:54 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
2019-06-10 11:17:54 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-06-10 11:17:54 DEBUG rasa.core.agent - Deleted lock for conversation 'default' (unused)
what cuisine?
Your input -> chinese
2019-06-10 11:17:59 DEBUG rasa.core.agent - Created a new lock for conversation 'default'
2019-06-10 11:17:59 DEBUG rasa.core.tracker_store - Recreating tracker for id 'default'
2019-06-10 11:17:59 DEBUG rasa.core.processor - Received user message 'chinese' with intent '{'name': 'inform', 'confidence': 0.9289727210998535}' and entities '[{'start': 0, 'end': 7, 'value': 'chinese', 'entity': 'cuisine', 'confidence': 0.7132904958745084, 'extractor': 'CRFEntityExtractor'}]'
2019-06-10 11:17:59 DEBUG rasa.core.processor - Current slot values:
cuisine: None
feedback: None
num_people: 2
outdoor_seating: None
preferences: None
requested_slot: cuisine
2019-06-10 11:17:59 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 18 events
2019-06-10 11:17:59 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:17:59 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:17:59 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:17:59 DEBUG rasa.core.policies.form_policy - There is an active form 'restaurant_form'
2019-06-10 11:17:59 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy
2019-06-10 11:17:59 DEBUG rasa.core.processor - Predicted next action 'restaurant_form' with confidence 1.00.
2019-06-10 11:17:59 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'restaurant_form'.
2019-06-10 11:17:59 DEBUG rasa.core.processor - Action 'restaurant_form' ended with events '['BotUttered(text: do you want to seat outside?, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {"cuisine": "chinese", "feedback": null, "num_people": "2", "outdoor_seating": null, "preferences": null, "requested_slot": "cuisine"})', 'SlotSet(key: cuisine, value: chinese)', 'SlotSet(key: requested_slot, value: outdoor_seating)']'
2019-06-10 11:17:59 DEBUG rasa.core.processor - Current slot values:
cuisine: chinese
feedback: None
num_people: 2
outdoor_seating: None
preferences: None
requested_slot: outdoor_seating
2019-06-10 11:17:59 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:17:59 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:17:59 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:17:59 DEBUG rasa.core.policies.form_policy - There is an active form 'restaurant_form'
2019-06-10 11:17:59 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'inform'.
2019-06-10 11:17:59 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy
2019-06-10 11:17:59 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
2019-06-10 11:17:59 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-06-10 11:17:59 DEBUG rasa.core.agent - Deleted lock for conversation 'default' (unused)
do you want to seat outside?
Your input -> yes
2019-06-10 11:18:01 DEBUG rasa.core.agent - Created a new lock for conversation 'default'
2019-06-10 11:18:01 DEBUG rasa.core.tracker_store - Recreating tracker for id 'default'
2019-06-10 11:18:01 DEBUG rasa.core.processor - Received user message 'yes' with intent '{'name': 'affirm', 'confidence': 0.9354473352432251}' and entities '[]'
2019-06-10 11:18:01 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 24 events
2019-06-10 11:18:01 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:18:01 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:18:01 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:18:01 DEBUG rasa.core.policies.form_policy - There is an active form 'restaurant_form'
2019-06-10 11:18:01 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy
2019-06-10 11:18:01 DEBUG rasa.core.processor - Predicted next action 'restaurant_form' with confidence 1.00.
2019-06-10 11:18:01 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'restaurant_form'.
2019-06-10 11:18:01 DEBUG rasa.core.processor - Action 'restaurant_form' ended with events '['BotUttered(text: please provide additional preferences, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {"cuisine": "chinese", "feedback": null, "num_people": "2", "outdoor_seating": true, "preferences": null, "requested_slot": "outdoor_seating"})', 'SlotSet(key: outdoor_seating, value: True)', 'SlotSet(key: requested_slot, value: preferences)']'
2019-06-10 11:18:01 DEBUG rasa.core.processor - Current slot values:
cuisine: chinese
feedback: None
num_people: 2
outdoor_seating: True
preferences: None
requested_slot: preferences
2019-06-10 11:18:01 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:18:01 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:18:01 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:18:01 DEBUG rasa.core.policies.form_policy - There is an active form 'restaurant_form'
2019-06-10 11:18:01 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'affirm'.
2019-06-10 11:18:01 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy
2019-06-10 11:18:01 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
2019-06-10 11:18:01 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-06-10 11:18:01 DEBUG rasa.core.agent - Deleted lock for conversation 'default' (unused)
please provide additional preferences
Your input -> none
2019-06-10 11:18:03 DEBUG rasa.core.agent - Created a new lock for conversation 'default'
2019-06-10 11:18:03 DEBUG rasa.core.tracker_store - Recreating tracker for id 'default'
2019-06-10 11:18:03 DEBUG rasa.core.processor - Received user message 'none' with intent '{'name': None, 'confidence': 0.0}' and entities '[{'start': 0, 'end': 4, 'text': 'none', 'value': 0, 'confidence': 1.0, 'additional_info': {'value': 0, 'type': 'value'}, 'entity': 'number', 'extractor': 'DucklingHTTPExtractor'}]'
2019-06-10 11:18:03 DEBUG rasa.core.processor - Current slot values:
cuisine: chinese
feedback: None
num_people: 2
outdoor_seating: True
preferences: None
requested_slot: preferences
2019-06-10 11:18:03 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 30 events
2019-06-10 11:18:03 DEBUG rasa.core.policies.fallback - NLU confidence 0.0 is lower than NLU threshold 0.30.
2019-06-10 11:18:03 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:18:03 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:18:03 DEBUG rasa.core.policies.form_policy - There is an active form 'restaurant_form'
2019-06-10 11:18:03 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy
2019-06-10 11:18:03 DEBUG rasa.core.processor - Predicted next action 'restaurant_form' with confidence 1.00.
2019-06-10 11:18:03 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'restaurant_form'.
2019-06-10 11:18:03 DEBUG rasa.core.processor - Action 'restaurant_form' ended with events '['BotUttered(text: please give your feedback on your experience so far, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {"cuisine": "chinese", "feedback": null, "num_people": "2", "outdoor_seating": true, "preferences": "none", "requested_slot": "preferences"})', 'SlotSet(key: preferences, value: none)', 'SlotSet(key: requested_slot, value: feedback)']'
2019-06-10 11:18:03 DEBUG rasa.core.processor - Current slot values:
cuisine: chinese
feedback: None
num_people: 2
outdoor_seating: True
preferences: none
requested_slot: feedback
2019-06-10 11:18:03 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:18:03 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:18:03 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:18:03 DEBUG rasa.core.policies.form_policy - There is an active form 'restaurant_form'
2019-06-10 11:18:03 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'None'.
2019-06-10 11:18:03 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy
2019-06-10 11:18:03 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
2019-06-10 11:18:03 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-06-10 11:18:03 DEBUG rasa.core.agent - Deleted lock for conversation 'default' (unused)
please give your feedback on your experience so far
Your input -> good
2019-06-10 11:18:05 DEBUG rasa.core.agent - Created a new lock for conversation 'default'
2019-06-10 11:18:05 DEBUG rasa.core.tracker_store - Recreating tracker for id 'default'
2019-06-10 11:18:05 DEBUG rasa.core.processor - Received user message 'good' with intent '{'name': 'greet', 'confidence': 0.7613158226013184}' and entities '[]'
2019-06-10 11:18:05 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 36 events
2019-06-10 11:18:05 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:18:05 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:18:05 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:18:05 DEBUG rasa.core.policies.form_policy - There is an active form 'restaurant_form'
2019-06-10 11:18:05 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy
2019-06-10 11:18:05 DEBUG rasa.core.processor - Predicted next action 'restaurant_form' with confidence 1.00.
2019-06-10 11:18:05 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'restaurant_form'.
2019-06-10 11:18:05 DEBUG rasa.core.processor - Action 'restaurant_form' ended with events '['BotUttered(text: All done!, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {})', 'SlotSet(key: feedback, value: good)', 'Form(None)', 'SlotSet(key: requested_slot, value: None)']'
2019-06-10 11:18:05 DEBUG rasa.core.processor - Current slot values:
cuisine: chinese
feedback: good
num_people: 2
outdoor_seating: True
preferences: none
requested_slot: None
2019-06-10 11:18:05 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:18:05 DEBUG rasa.core.policies.memoization - Current tracker state [{}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}, {'prev_restaurant_form': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:18:05 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:18:05 DEBUG rasa.core.policies.form_policy - There is no active form
2019-06-10 11:18:05 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'greet'.
2019-06-10 11:18:05 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_KerasPolicy
2019-06-10 11:18:05 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 0.49.
2019-06-10 11:18:05 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-06-10 11:18:05 DEBUG rasa.core.agent - Deleted lock for conversation 'default' (unused)
All done!
Your input ->
2019-06-10 11:18:14 DEBUG rasa.core.agent - Created a new lock for conversation 'default'
2019-06-10 11:18:14 DEBUG rasa.core.tracker_store - Recreating tracker for id 'default'
2019-06-10 11:18:14 DEBUG rasa.core.processor - Received user message '' with intent '{'name': None, 'confidence': 0.0}' and entities '[]'
2019-06-10 11:18:14 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 43 events
2019-06-10 11:18:14 DEBUG rasa.core.policies.fallback - NLU confidence 0.0 is lower than NLU threshold 0.30.
2019-06-10 11:18:14 DEBUG rasa.core.policies.memoization - Current tracker state [{'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}, {'prev_restaurant_form': 1.0, 'intent_inform': 1.0}, {'prev_action_listen': 1.0}]
2019-06-10 11:18:14 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:18:14 DEBUG rasa.core.policies.form_policy - There is no active form
2019-06-10 11:18:14 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_FallbackPolicy
2019-06-10 11:18:14 DEBUG rasa.core.processor - Predicted next action 'action_default_fallback' with confidence 1.00.
2019-06-10 11:18:14 DEBUG rasa.core.processor - Action 'action_default_fallback' ended with events '['BotUttered(text: sorry, I didn\'t understand you, please try input something else, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {})', 'UserUtteranceReverted()']'
2019-06-10 11:18:14 DEBUG rasa.core.processor - Current slot values:
cuisine: chinese
feedback: good
num_people: 2
outdoor_seating: True
preferences: none
requested_slot: None
2019-06-10 11:18:14 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-06-10 11:18:14 DEBUG rasa.core.policies.memoization - Current tracker state [{}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_inform': 1.0}, {'prev_restaurant_form': 1.0, 'intent_inform': 1.0}]
2019-06-10 11:18:14 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-06-10 11:18:14 DEBUG rasa.core.policies.form_policy - There is no active form
2019-06-10 11:18:14 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'greet'.
2019-06-10 11:18:14 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_KerasPolicy
2019-06-10 11:18:14 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 0.49.
2019-06-10 11:18:14 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-06-10 11:18:14 DEBUG rasa.core.agent - Deleted lock for conversation 'default' (unused)
sorry, I didn't understand you, please try input something else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment