Skip to content

Commit 92e9e2f

Browse files
authored
changed files by pdets auto publish service, publishid[37ada1d7-49e9-4bcc-b0cd-116677a24ce1] and do [publish].
1 parent 00f2263 commit 92e9e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

learn-pr/wwl-azure/build-your-kernel/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ quiz:
2222
- content: "Semantic Kernel SDK is exclusively designed for gaming applications."
2323
isCorrect: false
2424
explanation: "Incorrect. The Semantic Kernel SDK isn't exclusively designed for gaming applications."
25-
- content: "Semantic Kernel SDK acts as an bridge between code and large language models."
25+
- content: "Semantic Kernel SDK acts as a bridge between code and large language models."
2626
isCorrect: true
2727
explanation: "Correct. Semantic Kernel provides a layer for seamless integration with large language models."
2828
- content: "Which of the following statements is true about the Semantic Kernel SDK?"

learn-pr/wwl-azure/build-your-kernel/includes/6-exercise-build-kernel-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this exercise, you learn how to build your first Semantic Kernel SDK project.
3333
Kernel kernel = builder.Build();
3434
```
3535

36-
Use the endpoint and key values from your Azure OpenAI resource deloyment.
36+
Use the endpoint and key values from your Azure OpenAI resource deployment.
3737

3838
5. To test that your kernel and endpoint is working, enter the following code:
3939

0 commit comments

Comments
 (0)