Fix formatting

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jacob Alber
2026-05-07 12:05:32 -04:00
committed by GitHub
Unverified
parent 93ccf52c39
commit 2f93971a59
@@ -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<string, object> { ["server1"] = new McpLocalServerConfig() };
var source = new SessionConfig
{
Model = "gpt-4o",