-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from RasaHQ/update_rasa_version
Update to rasa 3.8.0
- Loading branch information
Showing
12 changed files
with
1,466 additions
and
1,554 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
e2e_tests/flaky/disambiguation/user_sends_short_noun_only_message.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
test_cases: | ||
# test fails as flow retrieval just determines list_contacts as relevant | ||
# so the LLM does not have any options to choose from | ||
- test_case: user sends short noun only message | ||
steps: | ||
- user: contact | ||
- utter: utter_clarification_options_rasa | ||
- user: add | ||
- utter: utter_ask_add_contact_handle |
2 changes: 2 additions & 0 deletions
2
...they_dont_want_one_option_among_three.yml → ...they_dont_want_one_option_among_three.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...users_says_they_dont_want_two_options.yml → ...users_says_they_dont_want_two_options.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
7 changes: 0 additions & 7 deletions
7
e2e_tests/passing/disambiguation/user_sends_short_noun_only_message.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 9 additions & 5 deletions
14
e2e_tests/passing/invalid_user_inputs/user_sends_empty_message.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
test_cases: | ||
- test_case: user sends the long message that exceeds 420 characters | ||
steps: | ||
- user: " " | ||
- utter: utter_user_input_empty_error_rasa | ||
#There is currently a bug in the e2e test runner | ||
# File "/home/runner/work/rasa-calm-demo/rasa-calm-demo/.venv/lib/python3.9/site-packages/rasa/e2e_test/e2e_test_runner.py", line 485, in find_test_failures | ||
# turn_value = test_turns[position] | ||
#KeyError: 0 | ||
#test_cases: | ||
# - test_case: user sends the long message that exceeds 420 characters | ||
# steps: | ||
# - user: " " | ||
# - utter: utter_user_input_empty_error_rasa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.