Hello,
Any idea why the dispatcher uses an outdated tracker state (w.r.t slots?)
We are updating the tracker object of actions and forms in a decorator (in order to ensure some specific bot state fields).
We are then dispatching messages within the actions/forms. We then notice that the data in the tracker slots used to fill the message variables is outdated or missing.
It used to be that the dispatcher would also accept a tracker as argument. Why is that not possible anymore?