Skip to content

Commit 00f2263

Browse files
authored
changed files by pdets auto publish service, publishid[0aa12a71-5f44-494d-86df-611698a9d836] and do [publish].
1 parent ad47591 commit 00f2263

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,15 @@ quiz:
3535
explanation: "Correct. Semantic Kernel SDK eases AI integration by providing abstraction and orchestration."
3636
- content: "Semantic Kernel SDK is only suitable for advanced AI developers."
3737
isCorrect: false
38-
explanation: "Incorrect. The Semantic Kernel SDK is suitable for developers of all levels."
38+
explanation: "Incorrect. The Semantic Kernel SDK is suitable for developers of all levels."
39+
- content: "How does the Semantic Kernel handle prompts sent to an AI service?"
40+
choices:
41+
- content: "It builds the prompt using a provided template and processes the response."
42+
isCorrect: true
43+
explanation: "Correct. The kernel builds the prompt, sends it to the AI service, receives the response, and parses it before returning it to the application."
44+
- content: "It selects multiple AI services simultaneously to run the prompt."
45+
isCorrect: false
46+
explanation: "Incorrect. The kernel selects the best single AI service to run the prompt."
47+
- content: "It bypasses the use of templates to streamline the workflow."
48+
isCorrect: false
49+
explanation: "Incorrect. The kernel uses provided prompt templates as part of the process."

0 commit comments

Comments
 (0)