Releases: jakecyr/openai-function-calling
Releases · jakecyr/openai-function-calling
2.6.0
Updates
- Added support for the function
strict
parameter
2.5.0
Updates
- Update package versions to latest
2.4.0
Features
- Change upper limit on Python version to 4.0
2.2.0
Features
- Infers required parameters based on which have default parameters.
2.1.2
Fixes
- Increase version of docstring-parser to 0.16
2.1.1
Features
- Support for all Python 3.12 versions
2.1.0
Features Added
- Ability to better handle list/typing.List parameter annotations
- Added support for enumerations
v2.0.0
- Upgrade to the latest OpenAI version that changes from function calling to tools.
- Add the ToolHelpers class.
v.1.2.0
Features:
- Increase compatible Python version range to include 3.9
v1.1.0
Features
- Adds the ability to automatically infer a function's definition along with it's parameters automatically from a function reference.