v0.3.0-alpha release
Pre-release
Pre-release
Purpose
- Support for Assistant V2 API for following features:
- Added support to assistant tool UI and middleware library for temperature, top_p, response_format, truncation_strategy, max_completion_tokens, max_prompt_tokens setting
- Added support for tool resources for code interpreter and file search tools for the assistant tool UI and middleware (assistant creation and update)
- Added support for attachments (files for code interpreter and file search tools) when adding message to thread.
- Updated samples and tests for new V2 structure
- 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:
- Take latest v0.2.12-alpha branch content from https://github.com/Azure-Samples/azureai-assistant-tool repository for UI
- Install azure-ai-assistant library 0.2.12a version.
- 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.