Rasa can't record entity

actions.py (4.7 KB) csdl.xls (166.5 KB) nlu.yml (2.4 KB) rules.yml (16 Bytes) stories.yml (1.0 KB) domain.yml (1.4 KB) I don’t know why. Please help me!

Try running rasa data validate to see if there are any errors in your training data. In your stories.yml you may need quotes around the dob entities:

  - intent: give_dob
    entities:
    - dob: "25-12-1999"