feature suggestion
ConcurrencyConfig exposes a summaryGenerator field, but ParallelConfig and MapConfig doesn't allow you to set it. The handler always injects its own createParallelSummaryGenerator() internally when calling executeConcurrently.
Location: src/handlers/parallel-handler/parallel-handler.ts ~line 124
Expected behavior
Provide way for user to specify summaryGenerator for map/parallel instead of the default.
Actual behavior
Only the default internal generator is always used.
feature suggestion
ConcurrencyConfigexposes asummaryGeneratorfield, butParallelConfigandMapConfigdoesn't allow you to set it. The handler always injects its owncreateParallelSummaryGenerator()internally when callingexecuteConcurrently.Location:
src/handlers/parallel-handler/parallel-handler.ts~line 124Expected behavior
Provide way for user to specify summaryGenerator for map/parallel instead of the default.
Actual behavior
Only the default internal generator is always used.