dotnet/website/articles/AutoGen-OpenAI-Overview.md
AutoGen.OpenAI provides the following agents over openai models:
OpenAIClient. This agent only support IMessage<ChatRequestMessage> message type. To support more message types like @AutoGen.Core.TextMessage, register the agent with @AutoGen.OpenAI.OpenAIChatRequestMessageConnector.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>