Releases: jakecyr/openai-function-calling
Releases · jakecyr/openai-function-calling
2.6.0
07 Mar 01:09
Compare
Sorry, something went wrong.
No results found
Updates
Added support for the function strict parameter
2.5.0
07 Mar 00:56
Compare
Sorry, something went wrong.
No results found
Updates
Update package versions to latest
2.4.0
04 Mar 13:10
Compare
Sorry, something went wrong.
No results found
Features
Change upper limit on Python version to 4.0
2.2.0
24 Jul 15:51
Compare
Sorry, something went wrong.
No results found
Features
Infers required parameters based on which have default parameters.
2.1.2
24 Jul 15:19
Compare
Sorry, something went wrong.
No results found
Fixes
Increase version of docstring-parser to 0.16
2.1.1
24 Jul 15:14
Compare
Sorry, something went wrong.
No results found
Features
Support for all Python 3.12 versions
2.1.0
23 Mar 17:05
Compare
Sorry, something went wrong.
No results found
Features Added
Ability to better handle list/typing.List parameter annotations
Added support for enumerations
v2.0.0
18 Nov 19:20
Compare
Sorry, something went wrong.
No results found
Upgrade to the latest OpenAI version that changes from function calling to tools.
Add the ToolHelpers class.
v.1.2.0
15 Sep 13:47
Compare
Sorry, something went wrong.
No results found
Features:
Increase compatible Python version range to include 3.9
v1.1.0
07 Jul 04:40
Compare
Sorry, something went wrong.
No results found
Features
Adds the ability to automatically infer a function's definition along with it's parameters automatically from a function reference.