mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00

* create_tool_from_function + decorator * release note * improve usage example * add imports to @tool usage example * clarify docstrings * small docstring addition
7 lines
242 B
YAML
7 lines
242 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a new `create_tool_from_function` function to create a `Tool` instance from a function, with automatic
|
|
generation of name, description and parameters.
|
|
Added a `tool` decorator to achieve the same result.
|