From b3c9381555a2c5534eeffd7532998b40bbef8c56 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Tue, 17 Dec 2024 15:21:27 +0100 Subject: [PATCH] release note --- releasenotes/notes/tool-dataclass-12756077bbfea3a1.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/tool-dataclass-12756077bbfea3a1.yaml diff --git a/releasenotes/notes/tool-dataclass-12756077bbfea3a1.yaml b/releasenotes/notes/tool-dataclass-12756077bbfea3a1.yaml new file mode 100644 index 0000000000..b6255ee1a9 --- /dev/null +++ b/releasenotes/notes/tool-dataclass-12756077bbfea3a1.yaml @@ -0,0 +1,8 @@ +--- +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.