mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
fix: test_increment_delegations_for_sequential_process
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -424,20 +424,18 @@ def test_increment_delegations_for_hierarchical_process():
|
|||||||
|
|
||||||
@pytest.mark.vcr(filter_headers=["authorization"])
|
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||||
def test_increment_delegations_for_sequential_process():
|
def test_increment_delegations_for_sequential_process():
|
||||||
pass
|
|
||||||
|
|
||||||
manager = Agent(
|
manager = Agent(
|
||||||
role="Manager",
|
role="Manager",
|
||||||
goal="Coordinate scoring processes",
|
goal="Coordinate scoring processes",
|
||||||
backstory="You're great at delegating work about scoring.",
|
backstory="You're great at delegating work about scoring.",
|
||||||
allow_delegation=False,
|
allow_delegation=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
scorer = Agent(
|
scorer = Agent(
|
||||||
role="Scorer",
|
role="Scorer",
|
||||||
goal="Score the title",
|
goal="Score the title",
|
||||||
backstory="You're an expert scorer, specialized in scoring titles.",
|
backstory="You're an expert scorer, specialized in scoring titles.",
|
||||||
allow_delegation=False,
|
allow_delegation=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
task = Task(
|
task = Task(
|
||||||
|
|||||||
Reference in New Issue
Block a user