xhyxxj
(xingxianjin)
1
story custom action slow,
- rule: say goodbye
steps:
- intent: goodbye
- action: action_goodbye
action_goodbye is a function in action.py , utter_goodbye is in domain.yml
if action_goodbye is utter_goodbye, it fast;but when it action_goodbye , it 2 seconds?why?
miketech
(Michael)
2
Just because of the naming or is action_goodbye something different than utter_goodbye?
xhyxxj
(xingxianjin)
5
action_goodbye is a function in action.py , utter_goodbye is in domain.yml
xhyxxj
(xingxianjin)
6
I don’t know. why happen it?In story.yml when dialogue step arrive custom action function.it always take 2 seconds.Why?
xhyxxj
(xingxianjin)
8
Like this : one custom action in a story,it always take 2 seconds,

so when call action custom,it is using the model at this time ?
so it take 2 seconds beacuse of it’s using the model?