Releases: RasaHQ/rasa-sdk
Releases · RasaHQ/rasa-sdk
2.8.1
2.8.0
2.7.0
No significant changes.
2.6.0
Improvements
- #261: Adding support for forms with the
required_slots
key which is introduced as part of Rasa Open Source 2.6. - #434: - The action server can now listen on a specific network address using the environment variable
SANIC_HOST
instead of listening on all host interfaces by default- Corrected url which is logged at action server startup
2.5.0
2.4.1
Bugfixes
2.4.0
Bugfixes
-
#406: Fix bug where ActionQueryKnowledgeBase incorrectly issues a template message with the string representation of the function for getting the string representation of the knowledge base item and not the actual string representation of the knowledge base item.
For example, before the fix, the query knowledge base demo bot would utter this
'<function ActionMyKB.init.. at 0x7fb23b7fddd0>' has the value 'True' for attribute 'breakfast-included'.
instead of this:
'Hilton (Berlin)' has the value 'True' for attribute 'breakfast-included'.