-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
refactor: Bump LangChain to 0.1 & update other LangChain imports #13622
Conversation
@bracesproul is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link. |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
thank you! |
Turns out this PR broke the AI build. Any ideas @bracesproul? |
Looks like it's an issue with compatibility with zod version 3.22.2. No error thrown when using 3.21.4 |
Hmm weird, I can see if there's something we can fix on the LangChain side about this. |
@bracesproul Upgrading to zod 3.22.4 fixes it too. #13657 |
What does this PR do?
langchain
to latest (0.1!)@langchain/core
forDynamicStructuredTool
imports@langchain/openai
forChatOpenAI
importsType of change
Mandatory Tasks