admin管理员组文章数量:1350109
I have a problem with slots in rasa open source version 3.6.9. After moving in my history, I see that the data of some slots is lost or set to None. I wonder if someone have had this inconvenient. How could I fix this?
Here is my history:
- story: buy ticket path 1
steps:
- intent: buy_ticket
- action: utter_ask_event
- intent: provide_event
- action: action_utter_provide_event
- slot_was_set:
- event_found: True
- intent: affirm
- action: utter_ask_quantity
- intent: provide_quantity
- action: utter_ask_email
- intent: provide_email
- action: user_email_form
- active_loop: user_email_form
- slot_was_set:
- requested_slot: user_email
- active_loop: null
- action: action_utter_provide_price
And slots:
slots:
event:
type: text
mappings:
- type: from_entity
entity: event
quantity:
type: float
mappings:
- type: from_entity
entity: quantity
event_found:
type: bool
mappings:
- type: from_entity
entity: event_found
season_zone_id:
type: float
mappings:
- type: from_entity
entity: season_zone_id
user_email:
type: text
mappings:
- type: from_entity
entity: user_email
forms:
user_email_form:
required_slots:
- user_email
When I get to action user_email_form, I do have None in event, event_found and season_zone_id, these three slots were set in action_utter_provide_event.
Posted also in the rasa forum:
本文标签: pythonWhy is data lost from slots Rasa Open SourceStack Overflow
版权声明:本文标题:python - Why is data lost from slots? Rasa Open Source - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743871228a2553506.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论