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
hooks: update langchain hook for compatibility with langchain 1.2.10
`langchain` 1.2.10 renamed the internal variable that lists supported
providers, from `_SUPPORTED_PROVIDERS` to `_BUILTIN_PROVIDERS`. Add
a version check and select the correct name to use.
0 commit comments