Expand description
Parallelization workflow pattern
This pattern executes multiple prompts concurrently and aggregates their results. It’s ideal for tasks that can be decomposed into independent subtasks.
Structs§
- Parallel
Config - Configuration for parallel execution
- Parallel
Task - Individual parallel task
- Parallel
Task Result - Result from a parallel task execution
- Parallelization
- Parallelization workflow that executes multiple prompts concurrently
Enums§
- Aggregation
Strategy - Strategy for aggregating parallel results
- Task
Priority - Priority levels for parallel tasks