Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanSallami committed Jun 12, 2024
1 parent 85d363b commit 8af362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/tools/custom-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class BaseTool(dspy.Module):
pass
```

To implement your own tool, here is a toy example:
Here is the same example with the second method:

```python

Expand Down

0 comments on commit 8af362c

Please sign in to comment.