rasa
rasa copied to clipboard
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Rasa 3.2 custom action not called when agent is loaded with action endpoint from another python file
### Rasa Open Source version Rasa Version : 3.2.6 Minimum Compatible Version: 3.0.0 Rasa SDK Version : 3.2.0 Python Version : 3.7.13 Operating System : Windows-10-10.0.19041-SP0 ### Rasa SDK version...
### Rasa Open Source version 3.2.5 ### Rasa SDK version 3.2 ### Python version 3.9 ### What operating system are you using? Windows ### What happened? Rasa able to process...
**Rasa version**: 2.x (tried to reproduce it with 2.2.7) **Rasa SDK version** (if used & relevant): irrelevant **Rasa X version** (if used & relevant): irrelevant **Python version**: 3.6, 3.8 **Operating...
### Rasa Open Source version 3.0.0rc2 ### What happened? The API docs for performing an intent evaluation do not include a complete JSON example, so it's hard to know what...
**Description of Problem**: Discord is growing drastically, and so as their chatbots. So, with python people do use bots but just commands bot and not chatbots. This is currently a...
### Rasa Open Source version 3.0.3 ### Rasa SDK version 3.0.2 ### Rasa X version None ### Python version 3.8 ### What operating system are you using? OSX ### What...
**Proposed changes**: - ... **Status (please check what you already did)**: - [ ] added some tests for the functionality - [ ] updated the documentation - [x] updated the...
**Proposed changes**: - Refactor form activation to solve double slot validation. - Add tests for the change. Fixes https://rasahq.atlassian.net/browse/ENG-117 **Status (please check what you already did)**: - [x] added some...
**Proposed changes**: - Checks spaCy runtime and model compatibility before loading the model during Rasa training and runtime. - Add tests for the change. Fixes https://rasahq.atlassian.net/browse/ENG-120 **Status (please check what...
**Proposed changes**: - added an environment variable to control if `RemoteAction.run` should include the domain object into the request. The domain object is usually static and does not need to...