Skip to content

Commit a1908ac

Browse files
authored
Merge pull request #48807 from wwlpublish/14bbfa24a1107048b15e47d4dcfaf1cf7ef0d66ee843cf0e1222aa3d76f0f9d3-live
Modules/M05-guided-project-create-ai-travel-agent
2 parents 76914c1 + 33c552d commit a1908ac

19 files changed

+362
-580
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40802,6 +40802,16 @@
4080240802
"source_path": "learn-pr/azure/manage-device-identity-ad-join/index.yml",
4080340803
"redirect_url": "https://learn.microsoft.com/en-us/entra/identity/devices/overview",
4080440804
"redirect_document_id": false
40805+
},
40806+
{
40807+
"source_path": "learn-pr/wwl-azure/guided-project-create-ai-travel-agent/4-exercise-route-user-intent.md",
40808+
"redirect_url": "/training/modules/guided-project-create-ai-travel-agent/",
40809+
"redirect_document_id": false
40810+
},
40811+
{
40812+
"source_path": "learn-pr/wwl-azure/guided-project-create-ai-travel-agent/5-exercise-provide-context-cues.md",
40813+
"redirect_url": "/training/modules/guided-project-create-ai-travel-agent/",
40814+
"redirect_document_id": false
4080540815
}
4080640816
]
4080740817
}

learn-pr/wwl-azure/guided-project-create-ai-travel-agent/1-introduction.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
uid: learn.wwl.guided-project-create-ai-travel-agent.introduction
33
title: Introduction
44
metadata:
5-
adobe-target: true
6-
prefetch-feature-rollout: true
75
title: Introduction
8-
description: Introduction
6+
description: "Introduction"
7+
ms.date: 01/23/2025
98
author: wwlpublish
109
ms.author: buzahid
11-
ms.date: 06/11/2024
1210
ms.topic: unit
13-
ms.collection:
14-
- wwl-ai-copilot
11+
ms.custom:
12+
- N/A
1513
durationInMinutes: 3
1614
content: |
17-
[!include[](includes/1-introduction.md)]
18-
15+
[!include[](includes/1-introduction.md)]

learn-pr/wwl-azure/guided-project-create-ai-travel-agent/2-prepare.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
uid: learn.wwl.guided-project-create-ai-travel-agent.prepare
33
title: Prepare for guided project
44
metadata:
5-
adobe-target: true
6-
prefetch-feature-rollout: true
75
title: Prepare for guided project
8-
description: Prepare for guided project
6+
description: "Prepare for guided project"
7+
ms.date: 01/23/2025
98
author: wwlpublish
109
ms.author: buzahid
11-
ms.date: 06/11/2024
1210
ms.topic: unit
13-
ms.collection:
14-
- wwl-ai-copilot
11+
ms.custom:
12+
- N/A
1513
durationInMinutes: 5
1614
content: |
17-
[!include[](includes/2-prepare.md)]
18-
15+
[!include[](includes/2-prepare.md)]

learn-pr/wwl-azure/guided-project-create-ai-travel-agent/3-exercise-create-currency-converter.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
uid: learn.wwl.guided-project-create-ai-travel-agent.exercise-create-currency-converter
33
title: Exercise - Create a currency converter
44
metadata:
5-
adobe-target: true
6-
prefetch-feature-rollout: true
75
title: Exercise - Create a currency converter
8-
description: Exercise - Create a currency converter
6+
description: "Exercise - Create a currency converter"
7+
ms.date: 01/23/2025
98
author: wwlpublish
109
ms.author: buzahid
11-
ms.date: 06/11/2024
1210
ms.topic: unit
13-
ms.collection:
14-
- wwl-ai-copilot
11+
ms.custom:
12+
- N/A
1513
durationInMinutes: 10
1614
content: |
17-
[!include[](includes/3-exercise-create-currency-converter.md)]
18-
15+
[!include[](includes/3-exercise-create-currency-converter.md)]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.guided-project-create-ai-travel-agent.exercise-create-travel-itenerary
3+
title: Exercise - Create travel itinerary
4+
metadata:
5+
title: Exercise - Create travel itinerary
6+
description: "Exercise - Create travel itinerary"
7+
ms.date: 01/23/2025
8+
author: wwlpublish
9+
ms.author: buzahid
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 10
14+
content: |
15+
[!include[](includes/4-exercise-create-travel-itenerary.md)]

learn-pr/wwl-azure/guided-project-create-ai-travel-agent/4-exercise-route-user-intent.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

learn-pr/wwl-azure/guided-project-create-ai-travel-agent/5-exercise-provide-context-cues.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.guided-project-create-ai-travel-agent.exercise-require-approval-for-actions
3+
title: Exercise - Provide context cues
4+
metadata:
5+
title: Exercise - Provide context cues
6+
description: "Exercise - Provide context cues"
7+
ms.date: 01/23/2025
8+
author: wwlpublish
9+
ms.author: buzahid
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 10
14+
content: |
15+
[!include[](includes/5-exercise-require-approval-for-actions.md)]

learn-pr/wwl-azure/guided-project-create-ai-travel-agent/6-knowledge-check.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
uid: learn.wwl.guided-project-create-ai-travel-agent.knowledge-check
33
title: Knowledge check
44
metadata:
5-
adobe-target: true
6-
prefetch-feature-rollout: true
75
title: Knowledge check
8-
description: Knowledge check
6+
description: "Knowledge check"
7+
ms.date: 01/23/2025
98
author: wwlpublish
109
ms.author: buzahid
11-
ms.date: 06/11/2024
1210
ms.topic: unit
13-
ms.collection:
14-
- wwl-ai-copilot
11+
ms.custom:
12+
- N/A
1513
durationInMinutes: 3
1614
quiz:
1715
title: "Check your knowledge"
@@ -27,17 +25,17 @@ quiz:
2725
- content: "Semantic Kernel SDK is only suitable for advanced AI developers."
2826
isCorrect: false
2927
explanation: "Incorrect. The Semantic Kernel SDK is suitable for developers of all levels."
30-
- content: "Which of the following is true about native functions?"
28+
- content: "What is the main purpose of plugins in the Semantic Kernel SDK?"
3129
choices:
32-
- content: "Native functions can only be used in prompts."
30+
- content: "To process large language models and generate responses."
3331
isCorrect: false
34-
explanation: "Incorrect. Native functions can be used in prompts, but they can also be invoked directly."
35-
- content: "Native functions can be used in prompts, invoked directly, or called by other functions."
32+
explanation: "Incorrect. Plugins are not responsible for generating responses, but for executing custom functions."
33+
- content: "To encapsulate functions that can be used by the AI."
3634
isCorrect: true
37-
explanation: "Correct. Native functions are extremely flexible and can be called in various ways."
38-
- content: "Native functions can't be used in prompts."
35+
explanation: "Correct. Plugins allow you to organize and expose functions to be invoked by the kernel."
36+
- content: "To improve the accuracy of prompts in the AI model."
3937
isCorrect: false
40-
explanation: "Incorrect. Native functions can be used in prompts."
38+
explanation: "Incorrect. Plugins are used to execute code and interact with external systems, not to improve prompt accuracy."
4139
- content: "Which option assigns a role in a prompt to the large language model (LLM)?"
4240
choices:
4341
- content: "Using the `role` attribute in the `message` tag."
@@ -48,5 +46,4 @@ quiz:
4846
explanation: "Incorrect. The `ChatHistory` object is used to store the conversation history."
4947
- content: "Using the `assignRole` attribute in the `chat` tag."
5048
isCorrect: false
51-
explanation: "Incorrect. You can assign a role to the LLM by using the `role` attribute in the `message` tag."
52-
49+
explanation: "Incorrect. You can assign a role to the LLM by using the `role` attribute in the `message` tag."

learn-pr/wwl-azure/guided-project-create-ai-travel-agent/7-summary.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
uid: learn.wwl.guided-project-create-ai-travel-agent.summary
33
title: Summary
44
metadata:
5-
adobe-target: true
6-
prefetch-feature-rollout: true
75
title: Summary
8-
description: Summary
6+
description: "Summary"
7+
ms.date: 01/23/2025
98
author: wwlpublish
109
ms.author: buzahid
11-
ms.date: 06/11/2024
1210
ms.topic: unit
13-
ms.collection:
14-
- wwl-ai-copilot
11+
ms.custom:
12+
- N/A
1513
durationInMinutes: 3
1614
content: |
17-
[!include[](includes/7-summary.md)]
18-
15+
[!include[](includes/7-summary.md)]

0 commit comments

Comments
 (0)