Skip to content

Commit dfb6e1c

Browse files
authored
Update agent-framework/migration-guide/from-semantic-kernel/index.md
1 parent 85d9b20 commit dfb6e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • agent-framework/migration-guide/from-semantic-kernel

agent-framework/migration-guide/from-semantic-kernel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ from agent_framework import ChatMessage, ChatAgent
339339
### 2. Agent Type Consolidation
340340

341341
#### Semantic Kernel
342-
Semantic Kernel provides specific agent classes for various services, e.g. ChatCompletionAgent, AzureAIAgent, OpenAIAssistantAgent, etc. See [Agent types in Semantic Kernel](../../../semantic-kernel/Frameworks/agent/agent-types/azure-ai-agent.md).
342+
Semantic Kernel provides specific agent classes for various services, e.g. ChatCompletionAgent, AzureAIAgent, OpenAIAssistantAgent, etc. See [Agent types in Semantic Kernel](/semantic-kernel/Frameworks/agent/agent-types/azure-ai-agent).
343343

344344
#### Agent Framework
345345
In Agent Framework the majority of agents are built using the `ChatAgent` which can be used with all the `ChatClient` based services, such as Azure AI Foundry, OpenAI ChatCompletion and OpenAI Responses. We currently have two other agents, `CopilotStudioAgent` for use with Copilot Studio and `A2AAgent` for use with A2A.

0 commit comments

Comments
 (0)