From 3eab0d81e0d583b94e37cd73c1eab70ae211185c Mon Sep 17 00:00:00 2001 From: PZ688 Date: Wed, 18 Jun 2025 02:10:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor(llm):sse=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin.NET.Core/Ai/Services/SSE/BaseSseChannelManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Admin.NET/Admin.NET.Core/Ai/Services/SSE/BaseSseChannelManager.cs b/Admin.NET/Admin.NET.Core/Ai/Services/SSE/BaseSseChannelManager.cs index 5f8a8cfb..83efd6f8 100644 --- a/Admin.NET/Admin.NET.Core/Ai/Services/SSE/BaseSseChannelManager.cs +++ b/Admin.NET/Admin.NET.Core/Ai/Services/SSE/BaseSseChannelManager.cs @@ -1,4 +1,5 @@ using System.Threading.Channels; +using Admin.NET.Core.Ai.Interface; namespace Admin.NET.Core.Ai.Services.SSE;