Skip to content

Commit a2b5cdf

Browse files
RobertCraigieluccasiau
authored andcommitted
chore(readme): fix example import
1 parent 0cc9ef7 commit a2b5cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This SDK provides helpers for making it easy to create and run tools in the Mess
131131
```ts
132132
import Anthropic from '@anthropic-ai/sdk';
133133

134-
import { betaZodTool } from '@anthropic-ai/sdk/helpers';
134+
import { betaZodTool } from '@anthropic-ai/sdk/helpers/beta/zod';
135135
import { z } from 'zod';
136136

137137
const anthropic = new Anthropic();

0 commit comments

Comments
 (0)