github microsoft/semantic-kernel python-0.9.1b1

latest releases: dotnet-1.15.0-nightly-240626.1, dotnet-1.15.0-nightly-240625.2, dotnet-1.15.0-nightly-240625.1...
3 months ago

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

Don't miss a new semantic-kernel release

NewReleases is sending notifications on new releases.