Releases: RasaHQ/rasa-sdk
Releases · RasaHQ/rasa-sdk
1.3.1
1.3.0
Compatibility release for Rasa 1.3.0.
Added
- add
InMemoryKnowledgeBase
implementation as a defaultKnowledgeBase
- add
ActionQueryKnowledgeBase
as a default action to interact with a knowledge base
Changed
- Removed unused
tracker
argument fromutter_template
andutter_button_template
methods
1.2.0
1.1.1
1.1.0
1.0.0
0.14.0
0.13.1
Added
- add formatter 'black'
- Slots filled before the start of a form are now validated upon form start
- In debug mode, the values of required slots for a form are now printed
before submitting
Changed
- validate{} functions for slots now return dictionaries of form {slot: value}
instead of value
Fixed
- Slots extracted from entities in user input upon calling form activation are
now correctly validated
0.13.0
Added
- Abstract Actions can now be subclassed
- add warning in case of mismatched version of rasa_core and rasa_core_sdk
FormAction.from_trigger_intent
allows slot extraction from message
triggering the FormActionTracker.active_form
now includestrigger_message
attribute to allow
access to message triggering the form