mirror of https://github.com/aliasrobotics/cai.git
fix tests/test_agent_config.py
This commit is contained in:
parent
fa198de051
commit
2084ec6409
|
|
@ -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