From ef64c7a1e47469ed3c31dbdd188bab23361dc16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Sanz=20G=C3=B3mez?= Date: Wed, 9 Apr 2025 15:42:26 +0200 Subject: [PATCH] fix tests/test_agent_config.py --- tests/test_agent_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_agent_config.py b/tests/test_agent_config.py index 44339dad..19f97cdf 100644 --- a/tests/test_agent_config.py +++ b/tests/test_agent_config.py @@ -1,7 +1,7 @@ import pytest from pydantic import BaseModel -from agents import Agent, Handoff, RunContextWrapper, Runner, handoff +from cai.sdk.agents import Agent, Handoff, RunContextWrapper, Runner, handoff @pytest.mark.asyncio