dotnet/website/release_note/0.1.0.md
AutoGen.AzureAIInference package includes the ChatCompletionClientAgent.Enable Step-by-Step Execution for Two Agent Chat API
AgentExtension.SendAsync now returns an IAsyncEnumerable, allowing conversations to be driven step by step, similar to how GroupChatExtension.SendAsync works.Support Python Code Execution in AutoGen.DotnetInteractive
dotnet-interactive now supports Jupyter kernel connection, allowing Python code execution in AutoGen.DotnetInteractive.Support Prompt Cache in Claude
GroupChatExtension.SendAsync Doesnβt Terminate Chat When IOrchestrator Returns Null as Next Agent
GroupChatExtension.SendAsync would continue until the max_round is reached even when IOrchestrator returns null as the next speaker.InitializedMessages Are Added Repeatedly in GroupChatExtension.SendAsync Method
GroupChatExtension.SendAsync API.Remove Azure.AI.OpenAI Dependency from AutoGen.DotnetInteractive
Azure.AI.OpenAI dependency from AutoGen.DotnetInteractive, simplifying the package and reducing dependencies.