Skip to content
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

Merged
merged 16 commits into from
Oct 16, 2023
Merged

Feat/update guide #209

merged 16 commits into from
Oct 16, 2023

Conversation

ruthenian8
Copy link
Member

Description

Please describe here what changes are made and why. If this pull request fixes a GitHub issue, reference it.

Checklist

  • I have covered the code with tests
  • I have added comments to my code to help others understand it
  • I have updated the documentation to reflect the changes
  • I have performed a self-review of the changes

Copy link

@github-actions github-actions bot left a 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.

docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Show resolved Hide resolved
@ruthenian8 ruthenian8 marked this pull request as ready for review September 25, 2023 09:10
@RLKRo RLKRo added the documentation Improvements or additions to documentation label Sep 26, 2023
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
docs/source/user_guides/basic_conceptions.rst Outdated Show resolved Hide resolved
Comment on lines 283 to 284
(Message(text="Hello!"), Message(text="Hi!")),
(Message(text="hi"), Message(text="Let's play ping-pong!")),
Copy link
Member

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.

docs/source/user_guides/basic_conceptions.rst Show resolved Hide resolved
@ruthenian8 ruthenian8 self-assigned this Oct 16, 2023
ruthenian8 and others added 2 commits October 16, 2023 13:34
# Conflicts:
#	docs/source/user_guides/basic_conceptions.rst
@RLKRo RLKRo merged commit b20a146 into dev Oct 16, 2023
17 checks passed
@RLKRo RLKRo deleted the feat/update_guide branch October 16, 2023 22:57
@RLKRo RLKRo mentioned this pull request Oct 16, 2023
4 tasks
RLKRo added a commit that referenced this pull request Oct 17, 2023
# Release notes

- Add docker profiles (#246)
- Add Context guide (#244)
- Rework basic guide (#209)
- Change documentation build configuration (#250, #249)
- Various documentation updates (#245, #244, #246)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants