This commit is contained in:
minecraft1024a
2025-10-03 12:55:45 +08:00
committed by Windpicker-owo
parent 83517b7178
commit e02af208c4
9 changed files with 61 additions and 34 deletions

View File

@@ -90,7 +90,7 @@ class MessageManager:
return
await self._check_and_handle_interruption(chat_stream)
await chat_stream.context_manager.add_message(message)
except Exception as e:
logger.error(f"添加消息到聊天流 {stream_id} 时发生错误: {e}")