Guillaume
Guillaume
Hello, The bug seems to be related to the version of Vue. I've built a small project on CodeSandbox with the exact code of your "horizontal" demo (https://codesandbox.io/s/j387n4j3y3). Note that...
Yes... Version 2.5.0 brings major changes !
If you can downgrade to Vue 2.4.4, you can fix your issue. I personnaly can't downgrade :-/
I need to kick a new sandbox with vddl sources instead of package dependency to investigate deeper ( breakpoints and traces....). We're getting closer !
Hello, Thank you for taking time to look into this issue. I'll stay tuned, just in case !
Hello, I'm also looking forward to this feature. It's a must for getting answers that can be used in code. I know there's a workaround (described in [this answer](https://github.com/microsoft/semantic-kernel/issues/9919#issuecomment-2549565291)). But...
@zlbcdn You can find an example of an OpenAI “structured output” chat [here](https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/ChatCompletion/OpenAI_StructuredOutputs.cs). The relevant part (specifically concerning response format parameters) is as follows: ```c# // Initialize ChatResponseFormat object with...
> [@markwallace-microsoft](https://github.com/markwallace-microsoft) - I wonder if this feature ask impacts MEAI since the SK connector is forwarding to `IChatClient`. > > I wonder if MEAI already supports structured output for...