-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let external events and reminders trigger intents #4964
Conversation
# Conflicts: # rasa/core/events/__init__.py
How do we synchronize the release of this feature in rasa with the corresponding changes in the Rasa-SDK and Rasa X? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more comments 🙈 Thanks for being so patient and working in all these things 🙏
parser.parse("2018-09-03T11:41:10.128172"), | ||
name="my_reminder", | ||
kill_on_user_message=True, | ||
) | ||
|
||
|
||
def test_json_parse_reminder_cancelled(): | ||
# fmt: off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I know it prevents black
from formatting it. You'd have to try out how the black formatting would look and if we actually need the fmt: off
Co-Authored-By: Tobias Wochinger <[email protected]>
Co-Authored-By: Tobias Wochinger <[email protected]>
Co-Authored-By: Tobias Wochinger <[email protected]>
Co-Authored-By: Tobias Wochinger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hype! Amazing work @JEM-Mosig !
Yay!!! Thank you for your help! 🙏 And sorry for the many issues! |
Proposed changes:
/conversations/<conversation_id>/inject-intent
, which injects a user message with given intent and entities into the conversation/conversations/<conversation_id>/execute
now triggers deprecation warning"is_external": True
Status (please check what you already did):
black
(please check Readme for instructions)Reminder*
events