fix namespace

This commit is contained in:
Jack Gerrits
2025-01-27 15:57:01 -05:00
committed by Jack Gerrits
parent e15b449c16
commit 2fd6eee080

View File

@@ -5,7 +5,7 @@ using Microsoft.AutoGen.Contracts;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
namespace Microsoft.AutoGen.CoreEquiv;
namespace Microsoft.AutoGen.Core;
public class AgentsAppBuilder
{