-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
The sdk doesn't seems to work with zod v4.
I get errors when submitting schema created with zod v4.
When passing the schema to the responseFormatFromZodObject function, TS complains about the following errors
ZodOptional<ZodString>; }, $strip>' is missing the following properties from type 'ZodType<any, any, any>': _type, _parse, _getType, _getOrReturnCtx, and 7 more.
It also fails at runtime.
Metadata
Metadata
Assignees
Labels
No labels