mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-06 00:20:25 +00:00
7 lines
143 B
C#
7 lines
143 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Program.cs
|
|
|
|
using AutoGen.OpenAI.Sample;
|
|
|
|
Structural_Output.RunAsync().Wait();
|