azure-ai-inference_1.0.0-beta.2
Pre-release
Pre-release
1.0.0-beta.2 (2024-10-03)
Features Added
- getModelInfo() API added for ChatCompletionsClient and EmbeddingsClient, along with sample
- ChatRequestMessage.fromContentItems() static constructor added for image chat scenarios
- ChatMessageImageContentItem(Path, string) constructor for image file chat scenario
- getChoice() API added to ChatCompletions and StreamingChatMessageResponseUpdate
Bugs Fixed
- #42036: illegal char exception for newline in prompt
- Fixed key authentication issue with non-Azure OpenAI models
Other Changes
- samples for image chat, function calling, and model info scenarios added
- tests for image chat and function calling