Skip to content

Commit

Permalink
extended demo&added pyoload in docs build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jul 20, 2024
1 parent 752c36a commit 9a691f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx==7.1.2
sphinx-rtd-theme==1.3.0rc1
sphinxawesome-theme
pyoload===2.0.2
4 changes: 2 additions & 2 deletions src/djamago/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def current_date(node):

@Chatbot.topic
class HowAreYou(Topic):
feel_fine = Callback(r"'.*(?:fine|well|ok|nice).*'")(
responses=["feel fine, that is good!, Well letá change topic"],
feel_fine = Callback(r"'.*(?:fine|well|ok|nice|I am).*'")(
responses=["feel fine!, that is good!, Well letá change topic"],
topics=("main",)
)
fallback = Callback(r"'.*'")(
Expand Down

0 comments on commit 9a691f2

Please sign in to comment.