-
Couldn't load subscription status.
- Fork 2.8k
fix(langchain/createAgent): improve interop between Zod v3 and v4 #9029
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
69b093f to
d6692bb
Compare
dd51d9e to
600e77f
Compare
| "https://json.schemastore.org/github-workflow.json": "./.github/workflows/deploy.yml" | ||
| }, | ||
| "typescript.tsdk": "node_modules/typescript/lib", | ||
| "typescript.experimental.useTsgo": true, |
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.
👀
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.
will make your TS code 🚀
Working on migrating deepagentjs to the new
createAgenthas shown tons of compat issues with Zod v4. This patch attempts to resolve these.