1.0.0-beta.16 (2025-03-26)
Features Added
- Added
ServiceTier
andServiceTierOptions
forChatCompletions
andChatCompletionsOptions
respectively. This is exclusively a non-Azure OpenAI issue and was requested in this issue.
Bugs Fixed
- The serialization and the subsequent serialization of any subclass of
ChatRequestMessage
(namely,ChatRequestAssistantMessage
,ChatRequestDeveloperMessage
,ChatRequestFunctionMessage
,ChatRequestSystemMessage
,ChatRequestToolMessage
,ChatRequestUserMessage
) was faulty. Thecontent
member of most of these classes was lost. Related issues are 42882 and 44094. - The documentation for
ChatCompletions
andCompletions
fieldusage
, now matches the spec and the field is marked asOptional
.