Skip to content

Commit 8881827

Browse files
Merge pull request #49958 from buzahid/sk-agents-updates
Update 5-exercise.md - Fixed forward link
2 parents 5828865 + 1912849 commit 8881827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

learn-pr/wwl-data-ai/develop-ai-agent-with-semantic-kernel/includes/5-exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Now you're ready to build an agent with the Semantic Kernel Agent Framework. In
44

55
Launch the exercise and follow the instructions.
66

7-
[![Button to launch exercise.](../media/launch-exercise.png)](https://go.microsoft.com/fwlink/?linkid=2277718&azure-portal=true)
7+
[![Button to launch exercise.](../media/launch-exercise.png)](https://go.microsoft.com/fwlink/?linkid=2313222&azure-portal=true)
88

99
> [!TIP]
1010
> After completing the exercise, if you're finished exploring Azure AI Agents, delete the Azure resources that you created during the exercise.

learn-pr/wwl-data-ai/orchestrate-semantic-kernel-multi-agent-solution/includes/2-understand-agent-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The features that power Semantic Kernel are also still available within the Agen
3434

3535
The Semantic Kernel Agent Framework supports several different types of agents, including:
3636

37-
- **Azure AI Agent** - a specialized agent within the Semantic Kernel Agent Framework. The `AsureAIAgent` type is designed to provide advanced conversational capabilities with seamless tool integration. It automates tool calling and securely manages conversation history using threads, reducing the overhead of maintaining state. The `AzureAIAgent` also supports a variety of built-in tools, including file retrieval, code execution, and data interaction via Bing, Azure AI Search, Azure Functions, and OpenAPI.
37+
- **Azure AI Agent** - a specialized agent within the Semantic Kernel Agent Framework. The `AzureAIAgent` type is designed to provide advanced conversational capabilities with seamless tool integration. It automates tool calling and securely manages conversation history using threads, reducing the overhead of maintaining state. The `AzureAIAgent` also supports a variety of built-in tools, including file retrieval, code execution, and data interaction via Bing, Azure AI Search, Azure Functions, and OpenAPI.
3838

3939
- **Chat Completion Agent**: designed for chat completion and conversation interfaces. The `ChatCompletionAgent` type mirrors the features and patterns in the underlying AI Service to support natural language processing, contextual understanding, and dialogue management.
4040

0 commit comments

Comments
 (0)