@Tobias_Wochinger What happens in case of action_restart with the following lines are added to the config file?
session_config: session_expiration_time: 60 # value in minutes, 0 means infinitely long carry_over_slots_to_new_session: true # set to false to forget slots between sessions
I have an issue with slots being carried over even after a session restart. I am currently researching what caused the regression.