Minor cleanups

This commit is contained in:
Shyju Krishnankutty
2026-01-24 17:03:34 -08:00
parent cf1c61760d
commit 5dfcfedf1e
8 changed files with 21 additions and 15 deletions
@@ -19,7 +19,7 @@ internal sealed class ConcurrentStartExecutor() : Executor<string, string>("Conc
}
}
internal sealed class ConcurrentAggregationExecutor() : Executor<string[], string>("ConcurrentAggregationExecutor")
internal sealed class ResultAggregationExecutor() : Executor<string[], string>("ResultAggregationExecutor")
{
/// <summary>
/// Handles incoming messages from the agents and aggregates their responses.