mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
adb6dcd2af
* Image generation + Added Samples * extended image gen tool for responses * uv fix * removed hosted image gen * copilot suggestions * Update python/packages/main/agent_framework/openai/_responses_client.py Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> --------- Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
adb6dcd2af
ยท
2025-09-22 22:38:44 +00:00
History
Agent Examples
This folder contains examples demonstrating how to create and use agents with different chat clients from the Agent Framework. Each sub-folder focuses on a specific provider and client type, showing various capabilities like function tools, code interpreter, thread management, and more.
Examples by Provider
Azure AI Foundry Examples
| Folder | Description |
|---|---|
foundry/ |
Create agents using Azure AI Foundry |
Microsoft Copilot Studio Examples
| Folder | Description |
|---|---|
copilotstudio/ |
Create agents using Microsoft Copilot Studio |
Azure OpenAI Examples
| Folder | Description |
|---|---|
azure_assistants_client/ |
Create agents using Azure OpenAI Assistants API |
azure_chat_client/ |
Create agents using Azure OpenAI Chat Completions API |
azure_responses_client/ |
Create agents using Azure OpenAI Responses API |
OpenAI Examples
| Folder | Description |
|---|---|
openai_assistants_client/ |
Create agents using OpenAI Assistants API |
openai_chat_client/ |
Create agents using OpenAI Chat Completions API |
openai_responses_client/ |
Create agents using OpenAI Responses API |