UNIVPLMDataIntegration/Admin.NET/Admin.NET.Core/Ai/Services/SSE/SseChannelManager.cs

11 lines
198 B
C#
Raw Normal View History

using System.Threading.Channels;
namespace Admin.NET.Core.Ai.Services.SSE;
/// <summary>
2025-06-18 02:06:35 +08:00
/// 聊天通道管理
/// </summary>
2025-06-18 02:06:35 +08:00
public class SseChannelManager: BaseSseChannelManager,ISingleton
{
}