Event action_executed
can be deserialised to have hide_rule_turn
as None
#9490
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa Open Source version
2.8.0
Rasa SDK version
2.8.0
Rasa X version
No response
Python version
3.8
What operating system are you using?
Linux
What happened?
When an
rasa-sdk
returns anaction_executed
event it looks like:When it is deserialised by
rasa
, the parameterhide_rule_turn
should beFalse
, as that is the default, however it ends up asNone
.This causes issues down the line if the event is passed to
rasa-x
then back torasa
, as it breaks schema validation.Command / Request
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: