Skip to content

v0.4.4-alpha release

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaylieee kaylieee released this 30 Jul 09:04
· 113 commits to main since this release
b4bdc9d

Purpose

  • Change ConversationThreadClient so that old image files are kept on thread
  • Change ConversationMessage and AsyncConversationMessage classes to support multiple FileMessage instances per instance
  • Change max tokens default value to 1000
  • Add contains_file_id method and remove contains_image_file_id from Conversation and AsyncConversation classes
  • Version updated to 0.4.4-alpha

Does this introduce a breaking change?

The file_message property of the Message and AsyncMessage classes has been changed to file_messages and now returns a list of FileMessage objects. To go through individual file messages you can iterate through file_messages.

The contains_image_file_id method has been removed from the Conversation and AsyncConversation classes. To check if a conversation contains any file with the specified file id, use the new contains_file_id method

[X] Yes
[ ] No

Release Type

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

Other Information

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