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