Skip to content

python-0.9.1b1

Compare
Choose a tag to compare
@moonbox3 moonbox3 released this 08 Mar 22:27
· 1527 commits to main since this release
555a7c8

Notable Changes

  • We've introduced auto tool calling for AzureOpenAI/OpenAI models. You can view the configuration and play around with this in the following kernel example. Note that auto tool calling is disabled by default, and it requires the following PromptExecutionSettings: auto_invoke_kernel_functions=True and max_auto_invoke_attempts=<max_attempts_int>.
  • We've made various small fixes and updates to address bugs/issues after the beta release.
  • We've added unit test code coverage badges to the PRs. This now shows you the coverage percentage of the Python code base, and which files and lines are missing test coverage.

What's Changed

New Contributors

Full Changelog: python-0.9.0.beta1...python-0.9.1b1