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
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