Skip to content

Commit b7ab6bb

Browse files
authored
docs: fix typo, "zodFunctionTool" -> "zodFunction" (#1128)
1 parent 180b9ca commit b7ab6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if (message?.parsed) {
4949

5050
The `.parse()` method will also automatically parse `function` tool calls if:
5151

52-
- You use the `zodFunctionTool()` helper method
52+
- You use the `zodFunction()` helper method
5353
- You mark your tool schema with `"strict": True`
5454

5555
For example:

0 commit comments

Comments
 (0)