mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 17:00:41 +00:00
9 lines
398 B
YAML
9 lines
398 B
YAML
![]() |
---
|
||
|
highlights: >
|
||
|
We are introducing the `Tool` dataclass: a simple and unified abstraction to represent tools throughout the framework.
|
||
|
By building on this abstraction, we will enable support for tools in Chat Generators,
|
||
|
providing a consistent experience across models.
|
||
|
features:
|
||
|
- |
|
||
|
Added a new `Tool` dataclass to represent a tool for which Language Models can prepare calls.
|