mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
Update Pipeline docs
This commit is contained in:
@@ -441,12 +441,8 @@ TODO: Figure out what is the proper output for a pipeline with multiple stages
|
||||
Options:
|
||||
- Should the final output only include the last stage's output?
|
||||
- Should the final output include the accumulation of previous stages' outputs?
|
||||
|
||||
|
||||
"""
|
||||
|
||||
|
||||
# TODO: GET HELP FROM TEAM ON THIS ONE
|
||||
@pytest.mark.asyncio
|
||||
async def test_pipeline_data_accumulation(mock_crew_factory):
|
||||
crew1 = mock_crew_factory(name="Crew 1", output_json_dict={"key1": "value1"})
|
||||
|
||||
Reference in New Issue
Block a user