Conversation
5a22f22 to
8d97e99
Compare
docs/source/template_tags.md
Outdated
| {% prev %} | ||
| {% endprev %} |
There was a problem hiding this comment.
{% 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.
Previous tag is used to match previous bot message. A regex pattern is added between {% prev %} and {% endprev %}
setup.py
Outdated
|
|
||
| from setuptools import setup | ||
|
|
||
| version = __import__('chatbot.version').__version__ |
There was a problem hiding this comment.
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.
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.