Skip to content

sdk/ai/azopenai/v0.7.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 13 Nov 23:43
9ebef43

0.7.1 (2024-11-13)

Features Added

  • StreamOptions parameter added to ChatCompletionsOptions and CompletionsOptions.
  • MaxCompletionTokens parameter added to ChatCompletionsOptions.
  • ParallelToolCalls parameter added to ChatCompletionsOptions.

Breaking Changes

  • MongoDBChatExtensionParameters.Authentication's type has been changed to a OnYourDataUsernameAndPasswordAuthenticationOptions. (PR#23620)
  • GetCompletions and GetCompletionsStream now receive different options (CompletionsOptions and CompletionsStreamOptions respectively)
  • GetChatCompletions and GetChatCompletionsStream now receive different options (ChatCompletionsOptions and ChatCompletionsStreamOptions respectively)