-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Allow chat bot to track individual conversations #513
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gunthercox
commented
Dec 17, 2016
@@ -0,0 +1,20 @@ | |||
import uuid | |||
from chatterbot.queues import ResponseQueue |
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.
ResponseQueue
will need to be removed and the methods are going to be updated to use database queries.
gunthercox
force-pushed
the
conversation
branch
2 times, most recently
from
December 18, 2016 18:22
a341861
to
e9bf24e
Compare
gunthercox
force-pushed
the
conversation
branch
4 times, most recently
from
December 23, 2016 00:52
33a5ede
to
4da193c
Compare
gunthercox
force-pushed
the
conversation
branch
3 times, most recently
from
December 31, 2016 14:20
943c922
to
bc5c3a2
Compare
gunthercox
force-pushed
the
conversation
branch
4 times, most recently
from
January 12, 2017 01:10
fc3bd37
to
a2e867f
Compare
gunthercox
force-pushed
the
conversation
branch
from
January 17, 2017 01:29
a2e867f
to
8225be4
Compare
This was referenced Jan 17, 2017
gunthercox
force-pushed
the
conversation
branch
from
January 17, 2017 03:03
8225be4
to
b4dc5fe
Compare
gunthercox
force-pushed
the
conversation
branch
2 times, most recently
from
January 28, 2017 00:06
1d1b1e6
to
c9e3b29
Compare
Instead of a list of input and output pairs, the conversation will now be a single list of statements. This makes it easier to serialize and it will allow more flexability in the future.
gunthercox
force-pushed
the
conversation
branch
2 times, most recently
from
January 28, 2017 01:43
bdf9306
to
524da7b
Compare
gunthercox
force-pushed
the
conversation
branch
from
January 28, 2017 02:39
524da7b
to
7b9750b
Compare
gunthercox
force-pushed
the
development
branch
2 times, most recently
from
January 28, 2017 18:05
deb22b2
to
e36f48a
Compare
gunthercox
force-pushed
the
development
branch
2 times, most recently
from
March 15, 2017 22:10
a706a9f
to
3458bc6
Compare
This was referenced Jul 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Conversation
objects.Tasks remaining: