From 2f93971a59a16508203631103bf79285ea2a507a Mon Sep 17 00:00:00 2001 From: Jacob Alber Date: Thu, 7 May 2026 12:05:32 -0400 Subject: [PATCH] Fix formatting Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .../GitHubCopilotAgentTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/tests/Microsoft.Agents.AI.GitHub.Copilot.UnitTests/GitHubCopilotAgentTests.cs b/dotnet/tests/Microsoft.Agents.AI.GitHub.Copilot.UnitTests/GitHubCopilotAgentTests.cs index 2ad1a84fe6..52ea0026dc 100644 --- a/dotnet/tests/Microsoft.Agents.AI.GitHub.Copilot.UnitTests/GitHubCopilotAgentTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.GitHub.Copilot.UnitTests/GitHubCopilotAgentTests.cs @@ -112,7 +112,7 @@ public sealed class GitHubCopilotAgentTests PermissionRequestHandler permissionHandler = (_, _) => Task.FromResult(new PermissionRequestResult()); UserInputHandler userInputHandler = (_, _) => Task.FromResult(new UserInputResponse { Answer = "input" }); var mcpServers = new Dictionary { ["server1"] = new McpLocalServerConfig() }; - + var source = new SessionConfig { Model = "gpt-4o",