Skip to content

Commit

Permalink
Update tool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dfokina committed Dec 18, 2024
1 parent c50a119 commit b35a568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/dataclasses/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def from_function(cls, function: Callable, name: Optional[str] = None, descripti
Create a Tool instance from a function.
### Usage example
```python
from typing import Annotated, Literal
from haystack.dataclasses import Tool
Expand Down

0 comments on commit b35a568

Please sign in to comment.