We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2787c64 commit d3127f7Copy full SHA for d3127f7
python/src/tests/agents/test_supervisor_agent.py
@@ -107,6 +107,8 @@ async def test_supervisor_agent_validation(mock_boto3_client):
107
"""Test SupervisorAgent validation"""
108
with pytest.raises(ValueError, match="Supervisor must be BedrockLLMAgent or AnthropicAgent"):
109
SupervisorAgent(SupervisorAgentOptions(
110
+ name="SupervisorAgent",
111
+ description="My Supervisor agent description",
112
lead_agent=MagicMock(spec=Agent),
113
team=[]
114
))
0 commit comments