3.6.4
Rasa 3.6.4 (2023-07-21)
Bugfixes
- #12575: Extract conditional response variation and channel variation filtering logic into a separate component.
Enable usage of this component in the NaturalLanguageGenerator subclasses (e.g. CallbackNaturalLanguageGenerator, TemplatedNaturalLanguageGenerator).
Amend nlg_request_format to include a single response ID string field, instead of a list of IDs.
Improved Documentation
- #12663: Updated commands with square brackets e.g (
pip install rasa[spacy]
) to use quotes (pip install 'rasa[spacy]'
) for compatibility with zsh in docs.