mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
a414461570
* Re-enable ImplicitUsings in samples and clean up NoWarns * Fix dotnet format * More dotnet format * More dotnet format --------- Co-authored-by: Chris <66376200+crickman@users.noreply.github.com>
a414461570
ยท
2025-10-01 19:37:03 +00:00
History
Agent Framework with OpenAI
These samples show how to use the Agent Framework with the OpenAI exchange types.
By default, the .Net version of Agent Framework uses the Microsoft.Extensions.AI.Abstractions exchange types.
For developers who are using the OpenAI SDK this can be problematic because there are conflicting exchange types which can cause confusion.
Agent Framework provides additional support to allow OpenAI developers to use the OpenAI exchange types.
| Sample | Description |
|---|---|
| Creating an AIAgent | This sample demonstrates how to create and run a basic agent instructions with native OpenAI SDK types. |