From 147f277733b0cd9cdacb8e2062f1a8fc7d418210 Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:31:40 +0300 Subject: [PATCH] Update test_comprehensive_test.py --- tests/test_comprehensive_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_comprehensive_test.py b/tests/test_comprehensive_test.py index 70834342..5c1dc65d 100644 --- a/tests/test_comprehensive_test.py +++ b/tests/test_comprehensive_test.py @@ -480,7 +480,7 @@ def test_hierarchical_swarm(): # Create director agent with explicit knowledge of available agents director = LiteLLM( - model_name="gpt-4o", + model_name="gpt-4.1", response_format=SwarmSpec, system_prompt=( "As the Director of this Hierarchical Agent Swarm, you coordinate tasks among agents. "