UNIVPLMDataIntegration/Admin.NET/Admin.NET.Core/Ai/Services/SSE/SseChannelManager.cs
2025-06-18 02:06:35 +08:00

11 lines
198 B
C#

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