Replies: 1 comment
-
Hi @piffy76, here are some examples of using agents as KernelFunctions in SK .NET: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStartedWithAgents/Step08_AgentAsKernelFunction.cs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In python, we know that can add agents to an agent as plugins like the sample code below.
However, that is not an option in c#. I know we can use AgentGroupChat to include sub agents in both c# and python (as below), but I think that has a different purpose than plugging in agents to an agent because python offers both distinguished methods.
How do we plug in agents to an agent in c# not using AgentGroupChat?
Beta Was this translation helpful? Give feedback.
All reactions