Skip to content

Commit b8e6893

Browse files
committed
Move StreamTransformerBase to core package
1 parent e7e3b0a commit b8e6893

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
using System.Runtime.CompilerServices;
99
using System.Text;
1010
using System.Text.Json;
11-
using Elastic.Documentation.Api.Core;
12-
using Elastic.Documentation.Api.Core.AskAi;
1311
using Microsoft.Extensions.Logging;
1412

15-
namespace Elastic.Documentation.Api.Infrastructure.Adapters.AskAi;
13+
namespace Elastic.Documentation.Api.Core.AskAi;
1614

1715
/// <summary>
1816
/// Represents a parsed Server-Sent Event (SSE)

0 commit comments

Comments
 (0)