Slot value is not set to null at the end of story

I’ve a story that is of the form:

##
- ask_about_something{"slot": "value"}
  - slot{"slot": "value"}
  - utter_something
  - action_other_thing
  - slot{"slot": null}

I think that this should set the slot of type slot to null at the end of the story. But, this is not what happens.

Also, alternatively, the slot can be set to null in the action_other_thing but I think it will be better if slot values could be set automatically rather than having to set it to null for every entity type.

1 Like