diff --git a/dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Testcases/InputArguments.json b/dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Testcases/InputArguments.json index 8eb876eb60..f4962e1bc6 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Testcases/InputArguments.json +++ b/dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Testcases/InputArguments.json @@ -10,7 +10,7 @@ "conversation_count": 1, "min_action_count": 1, "min_response_count": 1, - "min_message_count": 3, + "min_message_count": 2, "actions": { "start": [ "invoke_poem" @@ -20,4 +20,4 @@ ] } } -} \ No newline at end of file +}