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

11 lines
216 B
C#

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