Merge pull request #2104 from pipecat-ai/pk/changelog-fix

Whoops—fix mistake in CHANGELOG (`FlowsFunctionSchema` -> `FunctionSc…
This commit is contained in:
kompfner
2025-07-01 15:06:14 -04:00
committed by GitHub

View File

@@ -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: