diff --git a/dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/AgentsClientJsonContext.cs b/dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/AgentsClientJsonContext.cs deleted file mode 100644 index d54bd5ff8a..0000000000 --- a/dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/AgentsClientJsonContext.cs +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (c) Microsoft. All rights reserved. - -using System.Text.Json; -using System.Text.Json.Serialization; - -#pragma warning disable MEAI001 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. -#pragma warning disable OPENAI001 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. - -namespace Azure.AI.Agents; - -/// Source-generated JSON type information for use by all OpenAI implementations. -[JsonSourceGenerationOptions(JsonSerializerDefaults.Web, - UseStringEnumConverter = true, - DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull, - WriteIndented = true)] -[JsonSerializable(typeof(AgentsClientExtensions.ToolJson))] -internal sealed partial class AgentsClientJsonContext : JsonSerializerContext; diff --git a/dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/Microsoft.Agents.AI.AzureAI.Persistent.csproj b/dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/Microsoft.Agents.AI.AzureAI.Persistent.csproj index 6f662416e2..6d1cc23a1c 100644 --- a/dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/Microsoft.Agents.AI.AzureAI.Persistent.csproj +++ b/dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/Microsoft.Agents.AI.AzureAI.Persistent.csproj @@ -1,19 +1,17 @@ - + $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) - alpha + preview enable - true - + - @@ -22,8 +20,8 @@ - Microsoft Agent Framework Azure AI Agents - Provides Microsoft Agent Framework support for Azure AI Agents. + Microsoft Agent Framework AzureAI + Provides Microsoft Agent Framework support for Azure AI. diff --git a/dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/AgentsClientExtensions.cs b/dotnet/src/Microsoft.Agents.AI.AzureAI/AgentsClientExtensions.cs similarity index 100% rename from dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/AgentsClientExtensions.cs rename to dotnet/src/Microsoft.Agents.AI.AzureAI/AgentsClientExtensions.cs diff --git a/dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/AzureAIAgentChatClient.cs b/dotnet/src/Microsoft.Agents.AI.AzureAI/AzureAIAgentChatClient.cs similarity index 100% rename from dotnet/src/Microsoft.Agents.AI.AzureAI.Persistent/AzureAIAgentChatClient.cs rename to dotnet/src/Microsoft.Agents.AI.AzureAI/AzureAIAgentChatClient.cs diff --git a/dotnet/tests/Microsoft.Agents.AI.AzureAI.Persistent.UnitTests/AgentsClientExtensionsTests.cs b/dotnet/tests/Microsoft.Agents.AI.AzureAI.UnitTests/AgentsClientExtensionsTests.cs similarity index 100% rename from dotnet/tests/Microsoft.Agents.AI.AzureAI.Persistent.UnitTests/AgentsClientExtensionsTests.cs rename to dotnet/tests/Microsoft.Agents.AI.AzureAI.UnitTests/AgentsClientExtensionsTests.cs diff --git a/dotnet/tests/Microsoft.Agents.AI.AzureAI.UnitTests/Microsoft.Agents.AI.AzureAI.UnitTests.csproj b/dotnet/tests/Microsoft.Agents.AI.AzureAI.UnitTests/Microsoft.Agents.AI.AzureAI.UnitTests.csproj new file mode 100644 index 0000000000..a96251098b --- /dev/null +++ b/dotnet/tests/Microsoft.Agents.AI.AzureAI.UnitTests/Microsoft.Agents.AI.AzureAI.UnitTests.csproj @@ -0,0 +1,11 @@ + + + + $(ProjectsTargetFrameworks) + + + + + + +