Fix PR comments

This commit is contained in:
Peter Ibekwe
2026-03-02 14:16:58 -08:00
Unverified
parent d685b1ce10
commit 7dbd68ea97
2 changed files with 7 additions and 10 deletions
@@ -194,8 +194,8 @@ public class WorkflowHostSmokeTests
{
// Arrange
const string RequestId = "test-request-id";
McpServerToolCallContent mcpCalll = new("call-id", "testToolName", "http://localhost");
UserInputRequestContent originalContent = new McpServerToolApprovalRequestContent(RequestId, mcpCalll);
McpServerToolCallContent mcpCall = new("call-id", "testToolName", "http://localhost");
UserInputRequestContent originalContent = new McpServerToolApprovalRequestContent(RequestId, mcpCall);
RequestEmittingAgent requestAgent = new(originalContent);
ExecutorBinding agentBinding = requestAgent.BindAsExecutor(
new AIAgentHostOptions { InterceptUserInputRequests = false, EmitAgentUpdateEvents = true });