Hi I am using form action to initializing slots in Rasa. While doing this slots are initializing twice. To resolve this I have set autofill false as well.But it is not working…
Hi Rashmi, Are you using entities to extract the slots? If yes does that entity’s name and the slot name is same? If yes, then Rasa automatically fill the slot with the entity value extracted. For example, let’s suppose we define Passcode as an entity and Passcode as slot in domain, “Passcode is 123421” in NLU. Now 123421 is extracted as Passcode entity and automatcally stores into Passcode(slot). We do not have to initialize again in form action. If you want to initialize it with form action, then try to change the name of the slot you have defined in your domain file.