mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-24 01:11:45 +00:00

* create OpenAI tests project * update * update * add tests * add mroe tests: * update comment * Update dotnet/src/AutoGen.OpenAI/Middleware/OpenAIChatRequestMessageConnector.cs Co-authored-by: David Luong <davidluong98@gmail.com> * Update AutoGen.OpenAI.Tests.csproj * fix build --------- Co-authored-by: David Luong <davidluong98@gmail.com>
5 lines
110 B
C#
5 lines
110 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// GlobalUsing.cs
|
|
|
|
global using AutoGen.Core;
|