This commit is contained in:
minecraft1024a
2025-10-03 12:55:45 +08:00
parent d5c8bde3a2
commit e9fbd749d8
9 changed files with 14 additions and 19 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}")