Skip to content

Commit 3ecdc26

Browse files
committed
Fixing build issues
1 parent 5483c13 commit 3ecdc26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

learn-pr/wwl-data-ai/develop-ai-agent-with-semantic-kernel/2-understand-semantic-kernel-agents.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl.develop-ai-agent-with-semantic-kernel.understand-semantic-kernel
2+
uid: learn.wwl.develop-ai-agent-with-semantic-kernel.understand-semantic-kernel-agents
33
title: Understand Semantic Kernel AI Agents
44
metadata:
55
title: Understand Semantic Kernel AI Agents
@@ -10,4 +10,4 @@ metadata:
1010
ms.topic: unit
1111
durationInMinutes: 6
1212
content: |
13-
[!include[](includes/2-understand-semantic-kernel.md)]
13+
[!include[](includes/2-understand-semantic-kernel-agents.md)]

learn-pr/wwl-data-ai/develop-ai-agent-with-semantic-kernel/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ quiz:
4242
- content: "Configure the plugin in Azure Portal before using it in Semantic Kernel"
4343
isCorrect: false
4444
explanation: "Incorrect. Plugins are defined and added programmatically in the codebase, not configured in the Azure Portal."
45-
- content: "Define a class with methods annotated using the `kernel_function` decorator"
45+
- content: "Define a class with methods annotated using the `kernel_function` decorator"
4646
isCorrect: true
4747
explanation: "Correct. The first step in using a plugin is defining a class and annotating its methods with the `kernel_function` decorator so the AI knows how to use them."

0 commit comments

Comments
 (0)