Table of Contents

AutoGen.OpenAI Overview

AutoGen.OpenAI provides the following agents over openai models:

Get start with AutoGen.OpenAI

To get start with AutoGen.OpenAI, firstly, follow the installation guide to make sure you add the AutoGen feed correctly. Then add AutoGen.OpenAI package to your project file.

<ItemGroup>
    <PackageReference Include="AutoGen.OpenAI" Version="AUTOGEN_VERSION" />
</ItemGroup>