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