mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
fix failing tests
This commit is contained in:
@@ -4114,6 +4114,7 @@ def test_crew_with_specific_delegation():
|
||||
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||
def test_manager_agent_with_tools_and_delegation():
|
||||
"""Test that a manager agent can have tools and still delegate to all agents."""
|
||||
from crewai.tools.base_tool import BaseTool
|
||||
|
||||
# Create a simple tool for the manager
|
||||
class SimpleTestTool(BaseTool):
|
||||
|
||||
Reference in New Issue
Block a user