Skip to content

Commit

Permalink
Merge 13b1045 into 49708c4
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Sep 13, 2018
2 parents 49708c4 + 13b1045 commit 8800af0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chatterbot/constants.py
Expand Up @@ -9,6 +9,13 @@
'''
STATEMENT_TEXT_MAX_LENGTH = 400

'''
The maximum length of characters that the text label of a conversation can contain.
The number 32 was chosen because that is the length of the string representation
of a UUID4 with no hyphens.
'''
CONVERSATION_LABEL_MAX_LENGTH = 32

# The maximum length of characters that the name of a tag can contain
TAG_NAME_MAX_LENGTH = 50

Expand Down

0 comments on commit 8800af0

Please sign in to comment.