.Net: Code generation sample using Agents
As a developer I can run a Semantic Kernel sample which shows how to use Agents to generate code in a Codespace so that I can learn how to use the Semantic Kernel Agent abstractions.
@matthewbolanos Can you provide more detail on the exact code generation scenario we want to demonstrate?
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.