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
fix: remove tools that aren't implemented with valid Zod schemas
- Remove all tool passing to AI SDK since built-in tools from JSON don't have proper Zod validation
- Tools are now processed server-side only, avoiding zod-to-json-schema conversion errors
- This prevents 'Cannot read properties of undefined (reading "typeName")' errors
- Functionality is maintained through server-side tool processing (MCP + built-in tools)
0 commit comments