Microsoft.Extensions.AI #3
-
Hi! #first :) Would this be a good spot to ask questions about the Microsoft.Extensions.AI functionality as it progresses through the preview stages? I've come across some code samples that were using IChatClient.CompleteAsync() but they seem to deprecated on later versions, currently at 9.4. That particular feature of being able to have a chat client respond with a class T is just brilliant but I can't seem to make it work with the current version. If not, then a pointer to a good place to ask would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Foundry model interactions are via the Azure Inference SDK, which has MEAI support via https://www.nuget.org/packages/Microsoft.Extensions.AI.AzureAIInference/ Would that work in your scenarios? |
Beta Was this translation helpful? Give feedback.
Foundry model interactions are via the Azure Inference SDK, which has MEAI support via https://www.nuget.org/packages/Microsoft.Extensions.AI.AzureAIInference/
Would that work in your scenarios?