diff --git a/autogen/agentchat/conversable_agent.py b/autogen/agentchat/conversable_agent.py index e4bf538369eb..7e30584576c7 100644 --- a/autogen/agentchat/conversable_agent.py +++ b/autogen/agentchat/conversable_agent.py @@ -9,7 +9,7 @@ from typing import Any, Awaitable, Callable, Dict, List, Literal, Optional, Tuple, Type, TypeVar, Union import warnings -from .. import OpenAIWrapper, ModelClient +from ..oai.client import OpenAIWrapper, ModelClient from ..cache.cache import Cache from ..code_utils import ( DEFAULT_MODEL,