mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 08:12:39 +00:00
Clean up end of docs
This commit is contained in:
@@ -194,9 +194,3 @@ The Pipeline class includes validation mechanisms to ensure the robustness of th
|
|||||||
|
|
||||||
- Validates that stages contain only Crew instances or lists of Crew instances.
|
- Validates that stages contain only Crew instances or lists of Crew instances.
|
||||||
- Prevents double nesting of stages to maintain a clear structure.
|
- Prevents double nesting of stages to maintain a clear structure.
|
||||||
|
|
||||||
## Best Practices for Pipelines
|
|
||||||
|
|
||||||
1. **Clear Stage Definition**: Define each stage with a clear purpose and expected output.
|
|
||||||
2. **Effective Data Flow**: Ensure that the output of each stage is in a format suitable for the input of the next stage.
|
|
||||||
3. \*\*Parallel Proce
|
|
||||||
|
|||||||
Reference in New Issue
Block a user