You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/foundry-sdk/06-knowledge-check.yml
+4-15Lines changed: 4 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -50,13 +50,13 @@ quiz:
50
50
explanation: Incorrect. The parameter doesn't delete responses.
51
51
- content: Which package must you install to use the Microsoft Foundry SDK in Python?
52
52
choices:
53
-
- content: azure-foundry
53
+
- content: Package `azure-foundry`
54
54
isCorrect: false
55
55
explanation: Incorrect. This package doesn't exist.
56
-
- content: azure-ai-projects
56
+
- content: Package `azure-ai-projects`
57
57
isCorrect: true
58
-
explanation: Correct. The azure-ai-projects package provides the Microsoft Foundry SDK for Python.
59
-
- content: microsoft-foundry-sdk
58
+
explanation: Correct. The `azure-ai-projects` package provides the Microsoft Foundry SDK for Python.
59
+
- content: Package `microsoft-foundry-sdk`
60
60
isCorrect: false
61
61
explanation: Incorrect. This package doesn't exist.
62
62
- content: What advantage does the Responses API offer over traditional chat completions?
@@ -70,14 +70,3 @@ quiz:
70
70
- content: It requires less authentication configuration
71
71
isCorrect: false
72
72
explanation: Incorrect. Both APIs require the same authentication approach.
73
-
- content: What feature in the Chat playground helps you transition from experimentation to development?
74
-
choices:
75
-
- content: The Code button that generates SDK samples based on your playground session
76
-
isCorrect: true
77
-
explanation: Correct. The Code button provides pre-populated code samples in multiple languages that you can use as a starting point for your application.
78
-
- content: The ability to save your chat history
79
-
isCorrect: false
80
-
explanation: Incorrect. While you can work with chat history, the Code button is specifically designed to help you generate implementation code.
81
-
- content: The automatic deployment of models
82
-
isCorrect: false
83
-
explanation: Incorrect. The playground doesn't automatically deploy models; it helps you test and generate code samples.
0 commit comments