Skip to content

azure-ai-inference_1.0.0b9

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 15 Feb 00:33
2294aa1

1.0.0b9 (2025-02-14)

Features Added

  • Added support for chat completion messages with developer role.
  • Updated package document with an example of how to set custom HTTP request headers,
    and an example of providing chat completion "messages" as an array of Python dict objects.
  • Add a descriptive Exception error message when load_client function or
    get_model_info method fails to run on an endpoint that does not support the /info route.

Bugs Fixed

  • Fix for Exception raised while parsing Chat Completions streaming response, in some rare cases, for
    multibyte UTF-8 languages like Chinese (GitHub Issue 39565).