处理为识别到语音

This commit is contained in:
2026-02-02 17:41:23 +08:00
parent 2b75ad90fb
commit 0416a64235
5 changed files with 59 additions and 1 deletions

View File

@@ -36,6 +36,9 @@ NS_ASSUME_NONNULL_BEGIN
/// 更新最后一条用户消息
- (void)updateLastUserMessage:(NSString *)text;
/// 移除 loading 用户消息
- (void)removeLoadingUserMessage;
/// 添加 AI 消息(支持打字机效果)
- (void)appendAssistantMessage:(NSString *)text
audioId:(nullable NSString *)audioId;