0.7.1 (2024-11-13)
Features Added
StreamOptions
parameter added toChatCompletionsOptions
andCompletionsOptions
.MaxCompletionTokens
parameter added toChatCompletionsOptions
.ParallelToolCalls
parameter added toChatCompletionsOptions
.
Breaking Changes
MongoDBChatExtensionParameters.Authentication
's type has been changed to aOnYourDataUsernameAndPasswordAuthenticationOptions
. (PR#23620)GetCompletions
andGetCompletionsStream
now receive different options (CompletionsOptions
andCompletionsStreamOptions
respectively)GetChatCompletions
andGetChatCompletionsStream
now receive different options (ChatCompletionsOptions
andChatCompletionsStreamOptions
respectively)