Skip to content

Commit 4c95b49

Browse files
committed
use zod v4
1 parent afb98d2 commit 4c95b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers/beta/zod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { infer as zodInfer, ZodType } from 'zod';
2-
import * as z from 'zod';
1+
import type { infer as zodInfer, ZodType } from 'zod/v4';
2+
import * as z from 'zod/v4';
33
import type { BetaRunnableTool, Promisable } from '../../lib/beta/BetaRunnableTool';
44
import type { FunctionTool } from '../../resources/beta';
55

0 commit comments

Comments
 (0)