Rasa 3.4.5 (2023-03-09)
Bugfixes
- #12059: Check unresolved slots before initiating model training.
- #12096: Fixes the bug when a slot (with
from_intent
mapping which contains no input forintent
parameter) will no longer fill for any intent that is not under thenot_intent
parameter. - #12099: Fix validation metrics calculation when batch_size is dynamic.
Improved Documentation
- #12062: Add a link to an existing docs section on how to test the audio channel on
localhost
.