You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #584, I noticed that on a provider instancep, p.name resolves to None instead of the class attribute. Likely because of the new name Pydantic field added by LangChain, which is called out in #572.
The text was updated successfully, but these errors were encountered:
In #584, I noticed that on a provider instance
p
,p.name
resolves toNone
instead of the class attribute. Likely because of the newname
Pydantic field added by LangChain, which is called out in #572.The text was updated successfully, but these errors were encountered: