Xiaoyun Zhang 8d55334e4d
[.Net] add AutoGen.SemanticKernel.Sample project (#2774)
* add AutoGen.SemanticKernel.Sample

* revert change
2024-05-24 01:53:22 +00:00

7 lines
173 B
C#

// Copyright (c) Microsoft Corporation. All rights reserved.
// Program.cs
using AutoGen.SemanticKernel.Sample;
await Use_Kernel_Functions_With_Other_Agent.RunAsync();