.NET: ChatClientBuilderExtensions should be in the M.E.AI namespace (#1484)

* ChatClientBuilderExtensions should be in the M.E.AI namespace

* ChatClientBuilderExtensions should be in the M.E.AI namespace
This commit is contained in:
Mark Wallace
2025-10-15 14:58:41 +00:00
committed by GitHub
parent ab450078ab
commit d7094d5432
3 changed files with 2 additions and 4 deletions
@@ -2,11 +2,11 @@
using System;
using System.Collections.Generic;
using Microsoft.Extensions.AI;
using Microsoft.Agents.AI;
using Microsoft.Extensions.Logging;
using Microsoft.Shared.Diagnostics;
namespace Microsoft.Agents.AI.ChatClient;
namespace Microsoft.Extensions.AI;
/// <summary>
/// Provides extension methods for building a <see cref="ChatClientAgent"/> from a <see cref="ChatClientBuilder"/>.