新增接口

This commit is contained in:
2026-02-04 18:45:57 +08:00
parent db9f07d199
commit 619d356d31
2 changed files with 68 additions and 0 deletions

View File

@@ -111,6 +111,12 @@ typedef void (^AiVMSpeechTranscribeCompletion)(KBAiSpeechTranscribeResponse *_Nu
pageSize:(NSInteger)pageSize
completion:(void(^)(KBChatHistoryPageModel * _Nullable pageModel, NSError * _Nullable error))completion;
/// 删除聊天记录(根据聊天记录 ID 逻辑删除聊天消息)
/// @param historyId 聊天记录 ID接口字段为 id
/// @param completion 完成回调
- (void)deleteChatHistoryWithId:(NSInteger)historyId
completion:(void(^)(BOOL success, NSError * _Nullable error))completion;
#pragma mark - 评论相关接口
/// 发表评论