From d50e6db3126b339be2bd7187acdb12796b304c20 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Tue, 1 Jul 2025 14:24:27 -0400 Subject: [PATCH] =?UTF-8?q?Whoops=E2=80=94fix=20mistake=20in=20CHANGELOG?= =?UTF-8?q?=20(`FlowsFunctionSchema`=20->=20`FunctionSchema`)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d200d58b8..834faaa94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added support for providing "direct" functions, which don't need an - accompanying `FlowsFunctionSchema` or function definition dict. Instead, - metadata (i.e. `name`, `description`, `properties`, and `required`) are - automatically extracted from a combination of the function signature and - docstring. + accompanying `FunctionSchema` or function definition dict. Instead, metadata + (i.e. `name`, `description`, `properties`, and `required`) are automatically + extracted from a combination of the function signature and docstring. Usage: