Commit 48b22637 authored by Steven杜宇's avatar Steven杜宇

// AI

parent 3232d894
......@@ -254,7 +254,7 @@ class YHAIRequestManager: NSObject {
// }
if receiveMessage.isUserfulMessage() {
if receiveMessage.body.isDone() {
if receiveMessage.body.isDone() || receiveMessage.isMessageCompleted() {
completion?(nil, sessionDone)
return
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment