mirror of https://github.com/aliasrobotics/cai.git
fix tests/test_agent_config.py
This commit is contained in:
parent
e8e05e9e5a
commit
ef64c7a1e4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue