We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d65d7 commit 1f2d35eCopy full SHA for 1f2d35e
src/helpers/zod.ts
@@ -1,6 +1,6 @@
1
import { ResponseFormatJSONSchema } from '../resources/index';
2
-import { z as z3 } from 'zod/v3';
3
-import { z as z4 } from 'zod/v4';
+import * as z3 from 'zod/v3';
+import * as z4 from 'zod/v4';
4
import {
5
AutoParseableResponseFormat,
6
AutoParseableTextFormat,
0 commit comments