using System.Threading.Channels; namespace Admin.NET.Core.Ai.Services.SSE; /// /// 聊天通道管理 /// public class SseChannelManager: BaseSseChannelManager,ISingleton { }