Anca Lita
Anca Lita
**Proposed changes**: Upgrades prompt-toolkit and make some edits to the use of `questionary` which has `prompt-toolkit` as dependency: - replace sync method `questionary.ask()` with `ask_async()`, otherwise this breaks `rasa shell`...
**Describe the bug** A manual integration test of a Rasa HTTP API endpoint was failing with this traceback: ``` [1] [ERROR] Exception occurred while handling uri: 'http://rasa-worker:5005/model/train?force=true&save_to_default_model_directory=true&callback_url=http://rasa-x:5002/api/projects/default/models/jobs/7/result?token%3Drasaxtoken&token=rasatoken' Traceback (most recent...
**Proposed changes**: - Fix for [ATO-334](https://rasahq.atlassian.net/browse/ATO-334), reported issue that slot with a `from_trigger_intent` mapping with an active_loop condition was being filled, despite that particular form not being activated. **Status (please...
**Proposed changes**: - ... **Status (please check what you already did)**: - [ ] added some tests for the functionality - [ ] updated the documentation - [x] updated the...
**Proposed changes**: - ... **Status (please check what you already did)**: - [ ] added some tests for the functionality - [X] updated the documentation - [x] updated the changelog...
**Proposed changes**: - ... **Status (please check what you already did)**: - [ ] added some tests for the functionality - [ ] updated the documentation - [ ] updated...
In versions above `8.2.3` (starting with `8.2.4`), whenever the RabbitMQ server is restarted and the publisher (in this case an instance of [Rasa](https://github.com/RasaHQ/rasa) assistant) attempts to publish new messages, we've...
**Proposed changes**: - ... **Status (please check what you already did)**: - [ ] made PR ready for code review - [ ] added some tests for the functionality -...