处理语音
This commit is contained in:
@@ -37,6 +37,12 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
- (void)appendAssistantMessage:(NSString *)text
|
||||
audioId:(nullable NSString *)audioId;
|
||||
|
||||
/// 添加 loading AI 消息
|
||||
- (void)appendLoadingAssistantMessage;
|
||||
|
||||
/// 移除 loading AI 消息
|
||||
- (void)removeLoadingAssistantMessage;
|
||||
|
||||
/// 更新聊天列表底部 inset
|
||||
- (void)updateChatViewBottomInset:(CGFloat)bottomInset;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user