mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
d6fdb91480
* Inline const values in samples where used only once * Fix some spacing issues and use consistent ordering of settings/params
d6fdb91480
ยท
2025-10-10 16:50:53 +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. |