-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feat/update guide #209
Feat/update guide #209
Conversation
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.
Please provide a description: what is changed and why.
(Message(text="Hello!"), Message(text="Hi!")), | ||
(Message(text="hi"), Message(text="Let's play ping-pong!")), |
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.
Maybe make it so that the start node expects "/start" and the greeting node expects "Hello!"?
So that the happy path would be:
(Message(text="/start"), Message(text="Hi!")),
(Message(text="Hello!"), Message(text="Let's play ping-pong!")),
(Message(text="Ping!"), Message(text="Pong!"))
And fallback response function would also have to be changed.
# Conflicts: # docs/source/user_guides/basic_conceptions.rst
Description
Please describe here what changes are made and why. If this pull request fixes a GitHub issue, reference it.
Checklist