处理语音
This commit is contained in:
@@ -66,6 +66,9 @@ typedef NS_ENUM(NSInteger, KBAiChatMessageType) {
|
||||
/// 创建 AI 消息(仅文本,无音频)
|
||||
+ (instancetype)assistantMessageWithText:(NSString *)text;
|
||||
|
||||
/// 创建加载中的 AI 消息
|
||||
+ (instancetype)loadingAssistantMessage;
|
||||
|
||||
/// 创建时间戳消息
|
||||
+ (instancetype)timeMessageWithTimestamp:(NSDate *)timestamp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user