Whoops—fix mistake in CHANGELOG (FlowsFunctionSchema -> FunctionSchema)
This commit is contained in:
@@ -10,10 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added support for providing "direct" functions, which don't need an
|
- Added support for providing "direct" functions, which don't need an
|
||||||
accompanying `FlowsFunctionSchema` or function definition dict. Instead,
|
accompanying `FunctionSchema` or function definition dict. Instead, metadata
|
||||||
metadata (i.e. `name`, `description`, `properties`, and `required`) are
|
(i.e. `name`, `description`, `properties`, and `required`) are automatically
|
||||||
automatically extracted from a combination of the function signature and
|
extracted from a combination of the function signature and docstring.
|
||||||
docstring.
|
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user