You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description:
When creating/modifying a rule that checks slots using slot_was_set, the Rasa rules syntax is broken due to a missing hyphen (-) before the slot name. This is an example of a broken rule:
Additional information:
When looking at the http response, a rule that is not broken has the slot name and value in an array ({slot_was_set: [{rk_hääletused: true}]}), while for a broken rule that is not the case ({slot_was_set: {rk_hääletused: true}})
The text was updated successfully, but these errors were encountered:
Bug description:
When creating/modifying a rule that checks slots using
slot_was_set
, the Rasa rules syntax is broken due to a missing hyphen (-) before the slot name. This is an example of a broken rule:Expected behavior:
This is how the rule should be:
Screenshots:
Additional information:
When looking at the http response, a rule that is not broken has the slot name and value in an array (
{slot_was_set: [{rk_hääletused: true}]}
), while for a broken rule that is not the case ({slot_was_set: {rk_hääletused: true}}
)The text was updated successfully, but these errors were encountered: