Skip to content

v0.3.0-alpha release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jhakulin jhakulin released this 30 Apr 02:48
· 132 commits to main since this release
0af2933

Purpose

  • Support for Assistant V2 API for following features:
  • Migration instructions
    • Assistant configuration yaml files require update for tool_resources and file_search tools, see the updated samples for required changes.
  • Minor UI updates to the tool
  • Version update to 0.3.0-alpha

Does this introduce a breaking change?

Yes, primarily due to OpenAI V2 API changes. NOTE: AzureOpenAI does not yet support OpenAI V2 changes.

To use V1 version, do following steps:

  1. Take latest v0.2.12-alpha branch content from https://github.com/Azure-Samples/azureai-assistant-tool repository for UI
  2. Install azure-ai-assistant library 0.2.12a version.
  3. Install openai 1.20.0 version or earlier.
[X] Yes
[ ] No

Release Type

[X] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[X] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

Other Information

  • Please install new version azure_ai_assistant-0.3.0a1-py3-none-any.whl for middleware SDK from this release. See the README for installation details.