You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- copilot-studio.md: Replace non-existent CopilotStudioChatClient with
CopilotStudioAgent, rewrite C# sample, add Python section
- index.md: Fix comparison table (OpenAI/Anthropic/GitHub Copilot MCP,
Anthropic Code Interpreter), add Foundry Local row, add Copilot Studio
to Python list, note both AIAgent/.NET and BaseAgent/Python base classes
- github-copilot.md: Fix PermissionRequest import path, rename thread
variable to session for consistency
- foundry-local.md: Fix next step link to point forward to Anthropic
- microsoft-foundry.md: Fix next step link to point to Foundry Local
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: agent-framework/agents/providers/index.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,19 @@ ms.service: agent-framework
11
11
12
12
# Providers Overview
13
13
14
-
Microsoft Agent Framework supports several types of agents to accommodate different use cases and requirements. All agents are derived from a common base class, `AIAgent`, which provides a consistent interface for all agent types.
14
+
Microsoft Agent Framework supports several types of agents to accommodate different use cases and requirements. All agents are derived from a common base class (`AIAgent` in .NET, `BaseAgent` in Python), which provides a consistent interface for all agent types.
0 commit comments