Azure.AI.OpenAI_2.0.0-beta.2
版本发布时间: 2024-06-15 09:47:37
Azure/azure-sdk-for-net最新发布版本:Azure.Provisioning_1.0.0(2024-10-26 07:18:02)
2.0.0-beta.2 (2024-06-14)
Features Added
- Per changes to the OpenAI .NET client library, most convenience methods now provide the direct ability to provide optional
CancellationTokens
, removing the need to use protocol methods
Breaking Changes
- In support of
CancellationToken
s in methods, an overriden method signature for streaming chat completions was changed and a new minimum version dependency of 2.0.0-beta.5 is established for the OpenAI dependency. These styles of breaks will be extraordinarily rare.
Bugs Fixed
- See breaking changes: when streaming chat completions, an error of "Unrecognized request argument supplied: stream_options" is introduced when using Azure.AI.OpenAI 2.0.0-beta.1 with OpenAI 2.0.0-beta.5+. This is fixed with the new version.