-
Notifications
You must be signed in to change notification settings - Fork 1.3k
'AgentOutputSchema' object has no attribute '__mro__' #597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you share some code please? |
Let's see if we can solve it with minimal code. model: This is the definition of the supervisor agent:
Agent definition:
specialized agent:
Agent definition:
|
and can you also share the stack trace where you see that error? |
Oh sorry I meant the Python stack trace (the full error message with all lines) |
this is the only thing I'm seeing:
|
ahh looks like it was a venv problem... thanks!! |
Originally posted by @rm-openai in #528
The above helped get past the Dict[str,any] issue, but now I'm seeing this error:
'AgentOutputSchema' object has no attribute 'mro'
I've tried downgrading/upgrading versions but no help.
I'm on pydantic 2.11.3
openai-agent 0.0.13
Any thoughts?
The text was updated successfully, but these errors were encountered: