Chris
Chris
@Esalguero007 - This is an initial dev task to setup the framework for switching dependencies to `Azure.AI.OpenAI` V2 and Open AI Assistant V2 features.
@markwallace-microsoft - Your proposal makes sense but would only be critical for `OpenAIAssistantAgent` for `ChatCompletionAgent` the entry point might still be the implementation of `IChatCompletionService` The agent framework doesn't directly...
> @crickman Can you provide a description of the changes you are making. Also it would be better if the PR targeted https://github.com/microsoft/semantic-kernel/tree/feature-connectors-openai so we can see your changes. @markwallace-microsoft...
Merged from main with note: Excluded new demo StepwisePlannerMigration from build
Individual tasks exist
@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 Ollama `IChatClient`?
Is this really agent specific? Why not a code-generation plug-in that can be used by any chat-completion?
Do we want to convert this to use an agent? https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Demos/CodeInterpreterPlugin/Program.cs
August 5th, 2024 - Yes, we want to update the demo once `ChatCompletionAgent` is not experimental.
@mickaelropars - Thank you for filing this issue and please accept my sincere appreciation for how clearly you've identified the issue. I've copied your test direclty for validation. Ultimately, this...