From 78fbf5610fa5458f31d16656df89b2f4f52814dd Mon Sep 17 00:00:00 2001 From: Chris <66376200+crickman@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:12:00 -0800 Subject: [PATCH] Remove unused using directive in AzureAgentProvider Removed unused using directive for Extensions. --- .../AzureAgentProvider.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/dotnet/src/Microsoft.Agents.AI.Workflows.Declarative.AzureAI/AzureAgentProvider.cs b/dotnet/src/Microsoft.Agents.AI.Workflows.Declarative.AzureAI/AzureAgentProvider.cs index 9248a6583e..6bc72f45c8 100644 --- a/dotnet/src/Microsoft.Agents.AI.Workflows.Declarative.AzureAI/AzureAgentProvider.cs +++ b/dotnet/src/Microsoft.Agents.AI.Workflows.Declarative.AzureAI/AzureAgentProvider.cs @@ -12,7 +12,6 @@ using System.Threading; using System.Threading.Tasks; using Azure.AI.Agents; using Azure.Core; -using Microsoft.Agents.AI.Workflows.Declarative.Extensions; using Microsoft.Extensions.AI; using OpenAI.Responses;