Skip to content

Releases: jakecyr/openai-function-calling

2.6.0

07 Mar 01:09
Compare
Choose a tag to compare

Updates

  • Added support for the function strict parameter

2.5.0

07 Mar 00:56
d122ebf
Compare
Choose a tag to compare

Updates

  • Update package versions to latest

2.4.0

04 Mar 13:10
82e8265
Compare
Choose a tag to compare

Features

  • Change upper limit on Python version to 4.0

2.2.0

24 Jul 15:51
Compare
Choose a tag to compare

Features

  • Infers required parameters based on which have default parameters.

2.1.2

24 Jul 15:19
Compare
Choose a tag to compare

Fixes

  • Increase version of docstring-parser to 0.16

2.1.1

24 Jul 15:14
Compare
Choose a tag to compare

Features

  • Support for all Python 3.12 versions

2.1.0

23 Mar 17:05
Compare
Choose a tag to compare

Features Added

  • Ability to better handle list/typing.List parameter annotations
  • Added support for enumerations

v2.0.0

18 Nov 19:20
2569fb3
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Features:

  • Increase compatible Python version range to include 3.9

v1.1.0

07 Jul 04:40
Compare
Choose a tag to compare

Features

  • Adds the ability to automatically infer a function's definition along with it's parameters automatically from a function reference.