mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
74e2e2e21d
* OpenAI reasoning agent sample * Refactor OpenAI agent sample: streamline warning handling and improve output formatting
74e2e2e21d
ยท
2025-10-01 13:32:11 +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. |