调用删除接口

This commit is contained in:
2026-02-04 19:01:58 +08:00
parent 619d356d31
commit bacaf537f3
2 changed files with 48 additions and 1 deletions

View File

@@ -22,6 +22,9 @@ typedef NS_ENUM(NSInteger, KBAiChatMessageType) {
/// 消息类型
@property (nonatomic, assign) KBAiChatMessageType type;
/// 聊天记录 ID服务端返回的 id用于删除等操作0 表示本地临时消息)
@property (nonatomic, assign) NSInteger historyId;
/// 文本内容
@property (nonatomic, copy) NSString *text;