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 afb98d2 commit 4c95b49Copy full SHA for 4c95b49
src/helpers/beta/zod.ts
@@ -1,5 +1,5 @@
1
-import type { infer as zodInfer, ZodType } from 'zod';
2
-import * as z from 'zod';
+import type { infer as zodInfer, ZodType } from 'zod/v4';
+import * as z from 'zod/v4';
3
import type { BetaRunnableTool, Promisable } from '../../lib/beta/BetaRunnableTool';
4
import type { FunctionTool } from '../../resources/beta';
5
0 commit comments