-
Notifications
You must be signed in to change notification settings - Fork 119
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
update: llamaindex_conversable_agent.py #130
Conversation
Hey @lazToum! Thanks for putting these PRs through. Are you on Discord? If so can you connect to me, |
Hi @marklysze, sure, it's laztoum at discord. I have already signed one that Qingyun Wu sent me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! @lazToum thanks for your contribution!
Why are these changes needed?
If using pydantic > 2, we get
AttributeError: type object 'Config' has no attribute 'copy'
A simple check is added to avoid this.
Related issue number
Checks