-
Notifications
You must be signed in to change notification settings - Fork 323
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
Development@docs #61
base: docs
Are you sure you want to change the base?
Development@docs #61
Conversation
5a22f22
to
8d97e99
Compare
docs/source/template_tags.md
Outdated
{% prev %} | ||
{% endprev %} |
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.
{% prev %}Regex pattern{% endprev %}
docs/source/template_tags.md
Outdated
|
||
|
||
## Previous Tags | ||
Previous tag used to give the auto response for the chat query from the Chatbot. |
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.
Previous tag is used to match previous bot message. A regex pattern is added between {% prev %}
and {% endprev %}
setup.py
Outdated
@@ -1,9 +1,13 @@ | |||
#!/usr/bin/env python | |||
from os.path import join, dirname, abspath | |||
from runpy import run_path | |||
|
|||
from setuptools import setup | |||
|
|||
version = __import__('chatbot.version').__version__ |
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.
use run_path
instead of __import__
docs/source/recursion.md
Outdated
1. response block | ||
|
||
Sample response for the above user input. | ||
|
||
``` | ||
{% response %}Please tell me more.{% endresponse %} | ||
{% response %}Let's change focus a bit... Tell me about your family.{% endresponse %} | ||
{% response %}Can you elaborate on that?{% endresponse %} | ||
{% response %}Why do you say that %0?{% endresponse %} | ||
{% response %}I see.{% endresponse %} | ||
{% response %}Very interesting.{% endresponse %} | ||
{% response %}%0.{% endresponse %} | ||
{% response %}I see. And what does that tell you?{% endresponse %} | ||
{% response %}How does that make you feel?{% endresponse %} | ||
{% response %}How do you feel when you say that?{% endresponse %} | ||
``` |
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.
Inappropriate please fix
Sourcery Code Quality Report✅ Merging this PR will increase code quality in the affected files by 0.17%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
No description provided.