Open fatihyildizhan opened 2 months ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jpalvarezl @ralph-msft @trrwilson.
Hi @fatihyildizhan,
Thank you for raising this issue. We are going to take a look and push some updates ASAP.
Library name and version
Azure.AI.OpenAI_2.0.0
Describe the bug
Hello,
With
Azure.AI.OpenAI_2.0.0
some parameters and functions of Tools changed.For example ChatToolCall.CreateFunctionToolCall requires BinaryData. AssistantChatMessage doesn't accept List and string.
Is it possible to update these tutorials according to the new version? https://learn.microsoft.com/en-us/dotnet/api/overview/azure/ai.openai-readme?view=azure-dotnet-preview
Also, OpenAI changed many things. https://github.com/openai/openai-dotnet/commit/31c2ba63c625b1b4fc2640ddf378a97e89b89167#diff-bb91299aa08fe83868f1510a0907da91148364647aa2de0273ddc57ba6bbe7efR50
Expected behavior
New C# tutorials for
Azure.AI.OpenAI_2.0.0
Actual behavior
1) With
Azure.AI.OpenAI_2.0.0
some parameters and functions of Tools changed. 2) OpenAI changed many things on Tools.Reproduction Steps
Environment
.NET 8