Releases: jakecyr/openai-function-calling
Releases · jakecyr/openai-function-calling
v1.0.1
1.0.0
Changes
- Renamed
to_dicttoto_json_schema. - Added additional validation conditions when creating and converting
Parameters andFunctions to JSON schema. - Add ruff.toml file with additional checks and fixed all linting errors.
- Added additional docstrings.
- Added py.typed file for mypy.
0.6.0
0.5.0
Remove the openai dependency since it isn't required to use the package. It must now be installed separately.
0.4.0
Fix bugs in the Parameter class related to required_parameters and add unit tests.
0.3.0
Update the examples link in the README to point to GitHub instead of being relative.
0.2.0
Update README to include details about setting the OpenAI API key and link to the examples
0.1.0
Initial release