complete task query interface
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
punctuations = [
|
||||
PUNCTUATIONS = [
|
||||
"?", ",", ".", "、", ";", ":",
|
||||
"?", ",", "。", "、", ";", ":",
|
||||
]
|
||||
|
||||
TASK_STATE_FAILED = -1
|
||||
TASK_STATE_COMPLETE = 1
|
||||
TASK_STATE_PROCESSING = 4
|
||||
|
||||
Reference in New Issue
Block a user