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**: - WIP dirty hacks (all of course are features :trollface: ): * flows are stored as global state in a variable * flow action runs other actions Flows...

Flows as a loop - Linear flows only (no conditions) - Mappings work - Slot validation doesn't work (requires a change in the sdk) Project repo: https://github.com/RasaHQ/rasa-project-with-flows

**Proposed changes**: - tagged alpha test release **Status (please check what you already did)**: - [ ] added some tests for the functionality - [ ] updated the documentation -...

**Proposed changes**: - I used Duckling confidence_type to resolve problems on the Entity schema just like advised on this issue: https://rasa-open-source.atlassian.net/browse/OSS-517 in the openapi file (rasa.yml) **Status (please check what...

it should be message.message_id not message.sender_id https://rasa-open-source.atlassian.net/jira/software/c/projects/OSS/issues/OSS-766 **Proposed changes**: - ... **Status (please check what you already did)**: - [ ] added some tests for the functionality - [ ]...

**Proposed changes**: - Modify `JiebaTokenizer.tokenize` to correctly process mixed Chinese and English texts. This adjustment is aimed at resolving the issue where additional white space tokens were generated between Chinese...

**Proposed changes**: - ... **Status (please check what you already did)**: - [ ] added some tests for the functionality - [ ] updated the documentation - [ ] updated...

**Proposed changes**: - add new polish twilio voice from twilio documentation **Status (please check what you already did)**: - [x] added some tests for the functionality - [ ] updated...

**Proposed changes**: - ... **Status (please check what you already did)**: - [ ] added some tests for the functionality - [ ] updated the documentation - [*] updated the...

https://github.com/RasaHQ/rasa/blob/7807b19ad5fffab73ca1a04dc710f812115a9288/rasa/core/channels/socketio.py#L230 Missing "await" before sio.enter_room(sid, data[“session_id”])