处理语音

This commit is contained in:
2026-01-29 20:56:24 +08:00
parent 23c0d14128
commit 36135313d8
8 changed files with 236 additions and 9 deletions

View File

@@ -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;