This commit is contained in:
2026-01-26 18:51:37 +08:00
parent a22599feda
commit 3a5a6395af
4 changed files with 43 additions and 4 deletions

View File

@@ -669,6 +669,7 @@
// chat/message
[self.aiVM requestChatMessageWithContent:finalText
companionId:0
completion:^(KBAiMessageResponse *_Nullable response,
NSError *_Nullable error) {
__strong typeof(weakSelf) strongSelf = weakSelf;