Questions about entity detection of Rasa-demo

I have successfully run the ‘train-nlu’, ‘train-core’, ‘run-actions’ in the Makefile in rasa-demo github. However, Rome cannot be detected as a slot during interactive learning. You may see the below picture and I found that the action file may not be run. May I know how to let the chatbot detect the slot?

Does anyone can help me?

Hi @cctong-castiel,

location is not a slot in the rasa-demo repository, just an entity. You’ll need to add the location slot to your domain file then Rasa Core will automatically fill the slot with any detected entities of the same type. Here’s the relevant documentation