rasa icon indicating copy to clipboard operation
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

Results 283 rasa issues
Sort by recently updated
recently updated
newest added

**Proposed changes**: Fixes: https://github.com/RasaHQ/rasa/issues/8505

**Proposed changes**: - The intent of `good afternoon` is `greet` instead of both `greet` and `goodbye` **Status (please check what you already did)**: - [ ] added some tests for...

stale

**Proposed changes**: As discussed in https://github.com/RasaHQ/rasa/issues/8164 We have been using this "feature" in production for 2 years now, I felt it was time to share it with everyone else using...

**Proposed changes**: - Fix bug Interactive story counter doesn't update - Resolve [#7462](https://github.com/RasaHQ/rasa/issues/7462) **Status**: - [x] added some tests for the functionality - [ ] updated the documentation - [x]...

This implements a solution for the issue #7789. Basically I created an `on_agent_ready` method for InputChannels, that is registered to run once the server has started. The ideia is that,...

stale

This implements a solution for the issue #7789. What I did was the second idea I proposed, where basically we create an intermediary method `setup` (which I referred to as...

stale

**Proposed changes**: - The update is regarding insufficient documentation for slot type "any" where the the slot can carry a JSON or a list value. This is not compatible when...

type:docs :book:
stale

rasa init also creates a rules.yml file under data directory. **Proposed changes**: - update missing file in rasa init generated projrcy directory structure **Status (please check what you already did)**:...

**Proposed changes**: * Update `spacy` to `2.3.2` in `pyproject.toml` * Update poetry.lock during build * Include `./docker/Dockerfile_pretrained_embeddings_spacy_en_ja` to add `ja_core_news_md` **Status (please check what you already did)**: - [ ]...

Changes are described in issue #7487. **Status (please check what you already did)**: - [X] added some tests for the functionality - [N/A] updated the documentation - [X] updated the...