Skip to content

Commit

Permalink
docs: fix typo, "zodFunctionTool" -> "zodFunction"
Browse files Browse the repository at this point in the history
  • Loading branch information
hi019 authored Oct 8, 2024
1 parent 3c32662 commit 5ba0cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (message?.parsed) {

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

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

For example:
Expand Down

0 comments on commit 5ba0cce

Please sign in to comment.