using System.Threading.Channels; namespace Admin.NET.Core.Ai.Services.SSE; /// /// 深度思考通道管理 /// public class SseDeepThinkingChannelManager: BaseSseChannelManager,ISingleton { }