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