mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-07 09:01:29 +00:00
7 lines
197 B
C#
7 lines
197 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Program.cs
|
|
|
|
using AutoGen.BasicSample;
|
|
Console.ReadLine();
|
|
await Example16_OpenAIChatAgent_ConnectToThirdPartyBackend.RunAsync();
|