Matt Eland
Matt Eland
This is great to know about in this level of detail. This makes a lot of sense and I love the clarity on implicit parameters as well. I think this...
I know we're still gathering community feedback on this, but do we have a rough idea of when an implementation might be available to use in a preview version of...
I'm poking around with the preview and I think I'm missing some aspects of how all the pieces connect - specifically with providing a KernelDirectiveParameter and getting that parameter later....
Awesome, @jonsequitur. I missed that the properties were getting hydrated via serialization. Also, I was getting stuck because I had copied that example _too_ literally and had a constructor parameter...
I have now verified this occurs on Windows environments as well as Linux.
I recommend working directly with DALL-E for the time being while this issue is open using `Azure.AI.OpenAI`. Assuming you have an `AzureOpenAIClient` named `azureClient`, use the following code: ```cs var...
Yeah, the current workarounds for this seem to be to either use MEAI to get the SK IChatClient from the IChatCompletionService and then use that's GetResponseAsync method, or to use...