Replies: 3 comments 2 replies
-
Can you try using the code from the latest main branch? You can do that by |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same error KeyError: 'pydantic_fields_set' pydantic: 2.6.0 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to test the agent function call example but I am having trouble. https://github.com/microsoft/autogen/blob/main/notebook/agentchat_function_call.ipynb
I copied the code onto my notebook and gave it the task:
"Generate a chart based on google stock data from the past 5 years"
Steps to reproduce
Dependency versions:
When I run the notebook, I am getting KeyError: 'pydantic_fields_set'
Can you give me some pointers? I want to use this library to generate charts when I give it data. Is there an updated code? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions