substitute auto slot filling with customizable action
See original GitHub issuerelated to https://github.com/RasaHQ/rasa/issues/6090
Instead of autofill slots in domain.py
, create a default action that is unfeaturized and always executed after user utterance unless there is an active_form and by default fill the slots with the same entities, if action_fill_slots
is present in the domain, it’ll run it which will allow users to create their own slot-filling logic (basically a cut version of FormAction
’s extract->validate). Effectively, this customization will serve as continuation of nlu pipeline but with access to the tracker
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:18 (16 by maintainers)
Top Results From Across the Web
Types | Conversational Actions - Google Developers
Within a scene's slot filling stage, you can specify multiple slots that you want the user to provide before they can transition or...
Read more >Need to call custom action when form is requesting for sots
I have a form that gets activated and it will ask for the slots to fill. When it is asking for a slot...
Read more >Conversational AI with Rasa: Slots - YouTube
In this episode of Conversational AI with Rasa, Justina Petraitytė will cover how your chatbot's memory works: slots are used to store ...
Read more >Gathering information with slots - IBM Cloud Docs
Shows that two slots are filled, and the service prompts for the ... From the dialog node edit view, click Customize, and then...
Read more >Forms - Rasa
Using a Custom Action to Ask For the Next Slot#. As soon as the form determines which slot has to be filled next...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I very much like this idea!
I see a few use cases from our side:
Awesome! Hope 3.0 will be released soon 😃