@palerock/exam-qa 1.0.6-patch23 → 1.0.6-patch25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map +1 -1
- package/lib-json/Agentforce Specialist (1).json +1223 -0
- package/lib-json/Agentforce Specialist (2).json +596 -0
- package/lib-json/Agentforce Specialist (3).json +558 -0
- package/lib-json/Agentforce Specialist (4).json +463 -0
- package/lib-json/Agentforce Specialist (5).json +1147 -0
- package/lib-json/Agentforce Specialist (6).json +1147 -0
- package/lib-json/Agentforce Specialist.json +1033 -0
- package/lib-json/map.json +7 -0
- package/package.json +1 -1
@@ -0,0 +1,1033 @@
|
|
1
|
+
{
|
2
|
+
"title": "Prompt工程",
|
3
|
+
"category": "Agentforce Specialist",
|
4
|
+
"questions": [
|
5
|
+
{
|
6
|
+
"describe": "Universal Containers (UC) is implementing generative AI and wants to leverage a prompt template to provide responses to customers that gives personalized product recommendations to website visitors based on their browsing history.\n\nWhich initial step should UC take to ensure the chatbot can deliver accurate recommendations?",
|
7
|
+
"answerOptions": [
|
8
|
+
{
|
9
|
+
"describe": "Write a response script for the chatbot.",
|
10
|
+
"isRight": false
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"describe": "Design universal product recommendations.",
|
14
|
+
"isRight": false
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"describe": "Collect and analyze browsing data.",
|
18
|
+
"isRight": true
|
19
|
+
}
|
20
|
+
],
|
21
|
+
"hashCode": "2105987341",
|
22
|
+
"analysis": "要提供基于浏览历史的个性化产品推荐,首先必须收集和分析用户的浏览数据。这些数据是AI模型进行个性化推荐的基础,没有这些数据,AI就无法了解客户兴趣并提供相关推荐。"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"describe": "After creating a foundation model in Einstein Studio, which hyperparameter should an AI Specialist use to adjust the balance between consistency and randomness of a response?",
|
26
|
+
"answerOptions": [
|
27
|
+
{
|
28
|
+
"describe": "Presence Penalty",
|
29
|
+
"isRight": false
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"describe": "Temperature",
|
33
|
+
"isRight": true
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"describe": "Variability",
|
37
|
+
"isRight": false
|
38
|
+
}
|
39
|
+
],
|
40
|
+
"hashCode": "2105987337",
|
41
|
+
"analysis": "Temperature参数直接控制AI模型响应的随机性程度。较低的温度值会使响应更加一致和可预测,而较高的温度值则会增加随机性和创造性,这正是平衡一致性和随机性的关键参数。"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"describe": "Universal Containers aims to streamline the sales team's daily tasks by using AI.\n\nWhen considering these new workflows, which improvement requires the use of Prompt Builder?",
|
45
|
+
"answerOptions": [
|
46
|
+
{
|
47
|
+
"describe": "Populate an AI-generated summary field for sales contracts.",
|
48
|
+
"isRight": true
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"describe": "Populate an AI-generated time-to-close estimation to opportunities.",
|
52
|
+
"isRight": false
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"describe": "Populate an AI-generated lead score for new leads.",
|
56
|
+
"isRight": false
|
57
|
+
}
|
58
|
+
],
|
59
|
+
"hashCode": "2105987336",
|
60
|
+
"analysis": "合同总结需要理解复杂文档内容并提取关键信息,这需要定制化的提示来指导AI分析文本并生成摘要,正是Prompt Builder的核心功能。而其他选项主要依赖预测分析或预定义算法。"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"describe": "What does it mean when a prompt template version is described as immutable?",
|
64
|
+
"answerOptions": [
|
65
|
+
{
|
66
|
+
"describe": "After a prompt template version is activated, no further changes can be saved to that version.",
|
67
|
+
"isRight": true
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"describe": "Every modification on a template will be saved as a new version automatically.",
|
71
|
+
"isRight": false
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"describe": "Only the latest version of a template can be activated.",
|
75
|
+
"isRight": false
|
76
|
+
}
|
77
|
+
],
|
78
|
+
"hashCode": "2105987310",
|
79
|
+
"analysis": "\"immutable\"(不可变)指的是一旦prompt template版本被激活后,该特定版本无法再被修改。如果需要更改,必须创建新版本。这确保了已激活模板的稳定性和一致性。"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"describe": "An AI Specialist at Universal Containers is trying to set up a new Field Generation prompt template. They take the following steps.\n1. Create a new Field Generation prompt template.\n2. Choose Case as the object type.\n3. Select the custom field AL_Analysis__c as the target field.\nAfter creating the prompt template, the AI Specialist saves, tests, and activates it. However, when they go to a case record, the AI Analysis field does not show the * (Sparkle) icon on the Edit pencil. When the AI Specialist was editing the field, it was behaving as a normal field.\n\nWhich critical step did the AI Specialist miss?",
|
83
|
+
"answerOptions": [
|
84
|
+
{
|
85
|
+
"describe": "They forgot that the Case object is not supported for field generation as Einstein Service Replies should be used instead.",
|
86
|
+
"isRight": false
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"describe": "They forgot to reactivate the Lightning page layout for the Case object after activating their Field Generation prompt template.",
|
90
|
+
"isRight": false
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"describe": "They forgot to edit the Lightning page layout and associate the field to a prompt template.",
|
94
|
+
"isRight": true
|
95
|
+
}
|
96
|
+
],
|
97
|
+
"hashCode": "2105987309",
|
98
|
+
"analysis": "Field Generation需要两个步骤:创建prompt template和在Lightning页面布局中将字段与该模板关联。AI专家完成了第一步但忘记了第二步,所以字段上没有出现星标图标。这是配置Field Generation的关键步骤。"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"describe": "A Salesforce AI Specialist is reviewing the feedback from a customer about the ineffectiveness of the prompt template.\n\nWhat should the AI Specialist do to ensure the prompt template's effectiveness?",
|
102
|
+
"answerOptions": [
|
103
|
+
{
|
104
|
+
"describe": "Periodically change the template's grounding object.",
|
105
|
+
"isRight": false
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"describe": "Monitor and refine the template based on user feedback.",
|
109
|
+
"isRight": true
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"describe": "Use the Prompt Builder Scorecard to help monitor.",
|
113
|
+
"isRight": false
|
114
|
+
}
|
115
|
+
],
|
116
|
+
"hashCode": "2105987305",
|
117
|
+
"analysis": "基于用户反馈监控和优化模板是最有效的方法,它建立了一个持续改进的循环,确保提示模板能够根据实际使用情况和用户需求进行有针对性的调整,直接解决客户发现的问题。"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"describe": "Universal Containers (UC) wants to create a new Sales Email prompt template in Prompt Builder using the \"Save As\" function. However, UC notices that the new template produces different results compared to the standard Sales Email prompt due to missing hyperparameters.\n\nWhat should UC do to ensure the new prompt template produces results comparable to the standard Sales Email prompts?",
|
121
|
+
"answerOptions": [
|
122
|
+
{
|
123
|
+
"describe": "Use Model Playground to create a model configuration with the specified parameters.",
|
124
|
+
"isRight": true
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"describe": "Revert to using the standard template without modifications.",
|
128
|
+
"isRight": false
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"describe": "Manually add the hyperparameters to the new template.",
|
132
|
+
"isRight": false
|
133
|
+
}
|
134
|
+
],
|
135
|
+
"hashCode": "2105987277",
|
136
|
+
"analysis": "https://help.salesforce.com/s/articleView?id=sf.prompt_builder_standard_prompt_templates.htm&type=5"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"describe": "<p>A data scientist needs to view and manage models in Einstein Studio. The data scientist also needs to create prompt templates in Prompt Builder.\n\nWhich permission sets should an AI Specialist assign to the data scientist?</p>",
|
140
|
+
"answerOptions": [
|
141
|
+
{
|
142
|
+
"describe": "<p>Data Cloud Admin and Prompt Template Manager</p>",
|
143
|
+
"isRight": true
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"describe": "<p>Prompt Template User and Data Cloud Admin</p>",
|
147
|
+
"isRight": false
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"describe": "<p>Prompt Template Manager and Prompt Template User</p>",
|
151
|
+
"isRight": false
|
152
|
+
}
|
153
|
+
],
|
154
|
+
"hashCode": "2105987248",
|
155
|
+
"analysis": "<p>https://help.salesforce.com/s/articleView?id=sf.c360_a_userpermissions.htm&type=5</p>"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"describe": "An AI Specialist is tasked with creating a prompt template for a sales team. The template needs to generate a summary of all related opportunities for a given Account.\n\nWhich grounding technique should the AI Specialist use to include data from the related list of opportunities in the prompt template?",
|
159
|
+
"answerOptions": [
|
160
|
+
{
|
161
|
+
"describe": "Use formula fields to reference the Einstein related list of opportunities.",
|
162
|
+
"isRight": false
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"describe": "Use merge fields to reference the default related list of opportunities.",
|
166
|
+
"isRight": true
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"describe": "Use the merge fields to reference a custom related list of opportunities.",
|
170
|
+
"isRight": false
|
171
|
+
}
|
172
|
+
],
|
173
|
+
"hashCode": "2105987247",
|
174
|
+
"analysis": "https://help.salesforce.com/s/articleView?id=sf.prompt_builder_create_field_gen_prompt_template.htm&type=5"
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"describe": "Universal Containers (UC) has implemented Generative AI within Salesforce to enable summarization of a custom object called Guest. Users have reported mismatches in the generated information.\n\nIn refining its prompt design strategy, which key practices should UC prioritize?",
|
178
|
+
"answerOptions": [
|
179
|
+
{
|
180
|
+
"describe": "Create concise, clear, and consistent prompt templates with effective grounding, contextual role-playing, clear instructions, and iterative feedback.",
|
181
|
+
"isRight": true
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"describe": "Submit a prompt review case to Salesforce and conduct thorough testing in the playground to refine outputs until they meet user expectations.",
|
185
|
+
"isRight": false
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"describe": "Enable prompt test mode, allocate different prompt variations to a subset of users for evaluation, and standardize the most effective model based on performance feedback.",
|
189
|
+
"isRight": false
|
190
|
+
}
|
191
|
+
],
|
192
|
+
"hashCode": "2105987246",
|
193
|
+
"analysis": "优化提示设计策略的关键是创建简洁、清晰、一致的提示模板,结合有效的基础数据、情境角色扮演、明确指令和迭代反馈,这是解决生成信息不匹配问题的最佳实践。"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"describe": "An AI Specialist turned on Einstein Generative AI in Setup. Now, the AI Specialist would like to create custom prompt templates in Prompt Builder. However, they cannot access Prompt Builder in the Setup menu.\n\nWhat is causing the problem?",
|
197
|
+
"answerOptions": [
|
198
|
+
{
|
199
|
+
"describe": "The large language model (LLM) was not configured correctly in Data Cloud.",
|
200
|
+
"isRight": false
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"describe": "The Prompt Template User permission set was not assigned correctly.",
|
204
|
+
"isRight": false
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"describe": "The Prompt Template Manager permission set was not assigned correctly.",
|
208
|
+
"isRight": true
|
209
|
+
}
|
210
|
+
],
|
211
|
+
"hashCode": "2105987245",
|
212
|
+
"analysis": "要在Prompt Builder中创建自定义提示模板,用户需要被分配Prompt Template Manager权限集。缺少此权限集是无法在设置菜单中访问Prompt Builder的原因"
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"describe": "Universal Containers (UC) wants to enable its sales team to use AI to suggest recommended products from its catalog.\n\nWhich type of prompt template should UC use?",
|
216
|
+
"answerOptions": [
|
217
|
+
{
|
218
|
+
"describe": "Flex prompt template",
|
219
|
+
"isRight": true
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"describe": "Record summary prompt template",
|
223
|
+
"isRight": false
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"describe": "Email generation prompt template",
|
227
|
+
"isRight": false
|
228
|
+
}
|
229
|
+
],
|
230
|
+
"hashCode": "2105987243",
|
231
|
+
"analysis": "https://help.salesforce.com/s/articleView?id=sf.prompt_builder_create_flex_prompt_template.htm&type=5"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"describe": "An AI Specialist needs to create a Sales Email with a custom prompt template. They need to ground on the following data.\n•Opportunity Products\n•Events near the customer\n•Tone and voice examples\nHow should the AI Specialist obtain related items?",
|
235
|
+
"answerOptions": [
|
236
|
+
{
|
237
|
+
"describe": "Utilize a standard email template and manually insert the required data fields.",
|
238
|
+
"isRight": false
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"describe": "Call a prompt initiated flow to fetch and ground the required data.",
|
242
|
+
"isRight": false
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"describe": "Create a flex template that takes the records in question as inputs.",
|
246
|
+
"isRight": true
|
247
|
+
}
|
248
|
+
],
|
249
|
+
"hashCode": "2105987242",
|
250
|
+
"analysis": "Flex模板是处理此类需求的最佳选择,因为它允许将特定记录(机会产品、客户附近的活动等)作为输入参数,从而实现个性化的销售邮件内容,同时保持提示模板的结构化。"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"describe": "When configuring a prompt template, an AI Specialist previews the results of the prompt template they've written. They see two distinct text outputs: Resolution and Response.\n\nWhich information does the Resolution text provide?",
|
254
|
+
"answerOptions": [
|
255
|
+
{
|
256
|
+
"describe": "It shows which sensitive data is masked before it is sent to the LLM.",
|
257
|
+
"isRight": false
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"describe": "It shows the response from the LLM based on the sample record.",
|
261
|
+
"isRight": false
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"describe": "It shows the full text that is sent to the Trust Layer.",
|
265
|
+
"isRight": true
|
266
|
+
}
|
267
|
+
],
|
268
|
+
"hashCode": "2105987211",
|
269
|
+
"analysis": "在提示模板预览中,Resolution文本显示的是所有变量和合并字段替换为实际数据后发送到Trust Layer的完整文本,这是模板处理的重要环节,让用户了解实际发送到AI模型的内容"
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"describe": "An AI Specialist is considering using a Field Generation prompt template type.\n\nWhat should the AI Specialist check before creating the Field Generation prompt to ensure it is possible for the field to be enabled for generative AI?",
|
273
|
+
"answerOptions": [
|
274
|
+
{
|
275
|
+
"describe": "That the field chosen must be a rich text field with 255 characters or more",
|
276
|
+
"isRight": false
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"describe": "That the org is set to API version 59 or higher",
|
280
|
+
"isRight": false
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"describe": "That the Lightning page layout where the field will reside has been upgraded to Dynamic Forms",
|
284
|
+
"isRight": true
|
285
|
+
}
|
286
|
+
],
|
287
|
+
"hashCode": "2105987210",
|
288
|
+
"analysis": "https://help.salesforce.com/s/articleView?id=sf.prompt_builder_create_field_gen_prompt_template.htm&type=5"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"describe": "An AI Specialist wants to ground a new prompt template with the User related list.\n\nWhat should the AI Specialist consider?",
|
292
|
+
"answerOptions": [
|
293
|
+
{
|
294
|
+
"describe": "The User related list should have View All access.",
|
295
|
+
"isRight": false
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"describe": "The User related list is not supported in prompt templates.",
|
299
|
+
"isRight": false
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"describe": "The User related list needs to be included on the record page.",
|
303
|
+
"isRight": true
|
304
|
+
}
|
305
|
+
],
|
306
|
+
"hashCode": "2105987184",
|
307
|
+
"analysis": "https://help.salesforce.com/s/articleView?id=sf.prompt_builder_ground_related_list.htm&type=5"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"describe": "Universal Containers plans to implement prompt templates that utilize the standard foundation models.\n\nWhat should the AI Specialist consider when building prompt templates in Prompt Builder?",
|
311
|
+
"answerOptions": [
|
312
|
+
{
|
313
|
+
"describe": "Include multiple-choice questions within the prompt to test the LLM’s understanding of the context.",
|
314
|
+
"isRight": false
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"describe": "Ask it to role-play as a character in the prompt template to provide more context to the LLM.",
|
318
|
+
"isRight": true
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"describe": "Train LLM with data using different writing styles including word choice, intensifiers, emojis, and punctuation.",
|
322
|
+
"isRight": false
|
323
|
+
}
|
324
|
+
],
|
325
|
+
"hashCode": "2105987183",
|
326
|
+
"analysis": "https://help.salesforce.com/s/articleView?id=sf.prompt_builder_best_practices.htm&type=5"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"describe": "Universal Containers has an active standard email prompt template that does not fully deliver on the business requirements.\n\nWhich steps should an AI Specialist take to use the content of the standard prompt email template in question and customize it to fully meet the business requirements?",
|
330
|
+
"answerOptions": [
|
331
|
+
{
|
332
|
+
"describe": "Clone the existing template and modify as needed.",
|
333
|
+
"isRight": true
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"describe": "Save as New Version and edit as needed.",
|
337
|
+
"isRight": false
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"describe": "Save as New Template and edit as needed.",
|
341
|
+
"isRight": false
|
342
|
+
}
|
343
|
+
],
|
344
|
+
"hashCode": "2105987180",
|
345
|
+
"analysis": "对于已有的标准提示模板,最适合的做法是克隆(Clone)现有模板然后进行必要的修改。这样可以保留原始模板内容作为基础,同时创建一个可以完全自定义以满足业务需求的独立新模板。"
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"describe": "An AI Specialist wants to include data from the response of external service invocation (REST API callout) into the prompt template.\n\nHow should the AI Specialist meet this requirement?",
|
349
|
+
"answerOptions": [
|
350
|
+
{
|
351
|
+
"describe": "Use \"Add Prompt Instructions\" flow element.",
|
352
|
+
"isRight": false
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"describe": "Convert the JSON to an XML merge field.",
|
356
|
+
"isRight": false
|
357
|
+
},
|
358
|
+
{
|
359
|
+
"describe": "Use External Service Record merge fields.",
|
360
|
+
"isRight": true
|
361
|
+
}
|
362
|
+
],
|
363
|
+
"hashCode": "2105987156",
|
364
|
+
"analysis": "https://help.salesforce.com/s/articleView?id=release-notes.generative_ai_prompt_builder_field_generation.htm&release=246&type=5"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"describe": "What should an AI Specialist consider when using related list merge fields in a prompt template associated with an Account object in Prompt Builder?",
|
368
|
+
"answerOptions": [
|
369
|
+
{
|
370
|
+
"describe": "The Activities related list on the Account object is not supported because it is a polymorphic field.",
|
371
|
+
"isRight": true
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"describe": "If person accounts have been enabled, merge fields will not be available for the Account object.",
|
375
|
+
"isRight": false
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"describe": "Prompt generation will yield no response when there is no related list associated with an Account in runtime.",
|
379
|
+
"isRight": false
|
380
|
+
}
|
381
|
+
],
|
382
|
+
"hashCode": "2105987155",
|
383
|
+
"analysis": "https://help.salesforce.com/s/articleView?id=sf.prompt_builder_ground_related_list.htm&type=5"
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"describe": "An AI Specialist built a Field Generation prompt template that worked for many records, but users are reporting random failures with token limit errors.\n\nWhat is the cause of the random nature of this error?",
|
387
|
+
"answerOptions": [
|
388
|
+
{
|
389
|
+
"describe": "The number of tokens that can be processed by the LLM varies with total user demand.",
|
390
|
+
"isRight": false
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"describe": "The number of tokens generated by the dynamic nature of the prompt template will vary by record.",
|
394
|
+
"isRight": true
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"describe": "The template type needs to be switched to Flex to accommodate the variable amount of tokens generated by the prompt grounding.",
|
398
|
+
"isRight": false
|
399
|
+
}
|
400
|
+
],
|
401
|
+
"hashCode": "2105987119",
|
402
|
+
"analysis": "在Field Generation提示模板中,每条记录的字段内容长度不同,导致生成的令牌数量各异。某些记录可能包含较长的文本内容,超过了LLM的令牌限制,因此出现随机性的令牌限制错误。"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"describe": "An AI Specialist is tasked with configuring a generative model to create personalized sales emails using customer data stored in Salesforce. The AI Specialist has already fine-tuned a large language model (LLM) on the OpenAI platform. Security and data privacy are critical concerns for the client.\n\nHow should the AI Specialist integrate the custom LLM into Salesforce?",
|
406
|
+
"answerOptions": [
|
407
|
+
{
|
408
|
+
"describe": "Create an application of the custom LLM and embed it in Sales Cloud via iFrame.",
|
409
|
+
"isRight": false
|
410
|
+
},
|
411
|
+
{
|
412
|
+
"describe": "Enable model endpoint on OpenAI and make callouts to the model to generate emails.",
|
413
|
+
"isRight": false
|
414
|
+
},
|
415
|
+
{
|
416
|
+
"describe": "Add the fine-tuned LLM in Einstein Studio Model Builder.",
|
417
|
+
"isRight": true
|
418
|
+
}
|
419
|
+
],
|
420
|
+
"hashCode": "2105986443",
|
421
|
+
"analysis": "将已微调的OpenAI模型添加到Einstein Studio Model Builder是最佳方案。这种方法保持数据在Salesforce生态系统内,符合安全和隐私要求,避免了外部API调用的风险,同时能充分利用Salesforce的安全架构和数据保护机制。"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"describe": "In Model Playground, which hyperparameters of an existing Salesforce-enabled foundational model can an AI Specialist change?",
|
425
|
+
"answerOptions": [
|
426
|
+
{
|
427
|
+
"describe": "Temperature, Frequency Penalty, Presence Penalty",
|
428
|
+
"isRight": true
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"describe": "Temperature, Top-k sampling, Presence Penalty",
|
432
|
+
"isRight": false
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"describe": "Temperature, Frequency Penalty, Output Tokens",
|
436
|
+
"isRight": false
|
437
|
+
}
|
438
|
+
],
|
439
|
+
"hashCode": "2105986441",
|
440
|
+
"analysis": "在Model Playground中,AI专家可以调整的Salesforce基础模型超参数包括Temperature(控制创造性),Frequency Penalty(减少重复词汇)和Presence Penalty(增加主题多样性)。这三个参数可以微调LLM输出的特性"
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"describe": "An AI Specialist wants to use the related lists from an account in a custom prompt template.\n\nWhat should the AI Specialist consider when configuring the prompt template?",
|
444
|
+
"answerOptions": [
|
445
|
+
{
|
446
|
+
"describe": "The maximum number of related list merge fields",
|
447
|
+
"isRight": true
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"describe": "The text encoding (for example, UTF-8, ASCII) option",
|
451
|
+
"isRight": false
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"describe": "The choice between XML and JSON rendering formats for the list",
|
455
|
+
"isRight": false
|
456
|
+
}
|
457
|
+
],
|
458
|
+
"hashCode": "2105986440",
|
459
|
+
"analysis": "在配置使用账户相关列表的自定义提示模板时,AI专家需要考虑相关列表合并字段的最大数量限制。这是因为过多的字段可能会超出提示的长度限制,影响性能和结果。文"
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"describe": "The sales team at a hotel resort would like to generate a guest summary about the guests' interests and provide recommendations based on their activity preferences captured in each guest profile. They want the summary to be available only on the contact record page.\n\nWhich AI capability should the team use?",
|
463
|
+
"answerOptions": [
|
464
|
+
{
|
465
|
+
"describe": "Model Builder",
|
466
|
+
"isRight": false
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"describe": "Prompt Builder",
|
470
|
+
"isRight": true
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"describe": "Einstein Copilot",
|
474
|
+
"isRight": false
|
475
|
+
}
|
476
|
+
],
|
477
|
+
"hashCode": "2105986439",
|
478
|
+
"analysis": "Prompt Builder最适合此场景,因为它能创建特定于联系人记录页面的生成式AI提示模板,将客人兴趣与活动偏好相结合生成个性化摘要和推荐。Model Builder和Einstein Copilot不能提供此类特定记录页面上的定制化内容生成功能。"
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"describe": "What is the main purpose of Prompt Builder?",
|
482
|
+
"answerOptions": [
|
483
|
+
{
|
484
|
+
"describe": "A tool that enables companies to create reusable prompts for large language models (LLMs), bringing generative AI responses to their flow of work",
|
485
|
+
"isRight": true
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"describe": "A tool within Salesforce offering real-time AI-powered suggestions and guidance to users, improving productivity and decision-making.",
|
489
|
+
"isRight": false
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"describe": "A tool for developers to use in Visual Studio Code that creates prompts for Apex programming, assisting developers in writing code more efficiently.",
|
493
|
+
"isRight": false
|
494
|
+
}
|
495
|
+
],
|
496
|
+
"hashCode": "2105986437",
|
497
|
+
"analysis": "允许企业创建可重用的LLM提示的工具,它将生成式AI响应集成到工作流程中。这使企业能够设计和管理标准化的提示模板,确保AI生成的内容满足业务需求"
|
498
|
+
},
|
499
|
+
{
|
500
|
+
"describe": "Universal Containers is planning a marketing email about products that most closely match a customer's expressed interests.\n\nWhat should an AI Specialist recommend to generate this email?",
|
501
|
+
"answerOptions": [
|
502
|
+
{
|
503
|
+
"describe": "Standard email marketing template using Apex or flows for matching interest in products",
|
504
|
+
"isRight": false
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"describe": "Standard email draft with Einstein and choose standard email template",
|
508
|
+
"isRight": false
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"describe": "Custom sales email template which is grounded with interest and product information",
|
512
|
+
"isRight": true
|
513
|
+
}
|
514
|
+
],
|
515
|
+
"hashCode": "2105986435",
|
516
|
+
"analysis": "为根据客户兴趣匹配产品生成营销邮件,最佳选择是使用基于客户兴趣和产品信息进行接地(grounding)的自定义销售邮件模板。这种方法能够确保邮件内容与客户兴趣高度相关,实现个性化营销,比标准模板更有效。"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"describe": "An AI Specialist at Universal Containers (UC) is tasked with creating a new custom prompt template to populate a field with generated output. UC enabled the Einstein Trust Layer to ensure AI Audit data is captured and monitored for adoption and possible enhancements.\n\nWhich prompt template type should the AI Specialist use and which consideration should they review?",
|
520
|
+
"answerOptions": [
|
521
|
+
{
|
522
|
+
"describe": "Flex, and that Dynamic Fields is enabled",
|
523
|
+
"isRight": false
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"describe": "Field Generation, and that Dynamic Fields is enabled",
|
527
|
+
"isRight": false
|
528
|
+
},
|
529
|
+
{
|
530
|
+
"describe": "Field Generation, and that Dynamic Forms is enabled",
|
531
|
+
"isRight": true
|
532
|
+
}
|
533
|
+
],
|
534
|
+
"hashCode": "2105986434",
|
535
|
+
"analysis": "在创建用于填充字段的自定义提示模板时,应选择\"Field Generation\"模板类型,这专为生成字段内容而设计。同时需确保启用了Dynamic Forms功能,以允许模板动态访问和填充字段值"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"describe": "Universal Containers wants to use an external large language model (LLM) in Prompt Builder.\n\nWhat should an AI Specialist recommend?",
|
539
|
+
"answerOptions": [
|
540
|
+
{
|
541
|
+
"describe": "Use Apex to connect to an external LLM and ground the prompt.",
|
542
|
+
"isRight": false
|
543
|
+
},
|
544
|
+
{
|
545
|
+
"describe": "Use BYO-LLM functionality in Einstein Studio.",
|
546
|
+
"isRight": true
|
547
|
+
},
|
548
|
+
{
|
549
|
+
"describe": "Use Flow and External Services to bring data from an external LLM.",
|
550
|
+
"isRight": false
|
551
|
+
}
|
552
|
+
],
|
553
|
+
"hashCode": "2105986412",
|
554
|
+
"analysis": "Einstein Studio提供了BYO-LLM(Bring Your Own LLM)功能,允许企业在Prompt Builder中集成外部大语言模型"
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"describe": "An administrator wants to check the response of the Flex prompt template they've built, but the preview button is greyed out.\n\nWhat is the reason for this?",
|
558
|
+
"answerOptions": [
|
559
|
+
{
|
560
|
+
"describe": "A merge field has not been inserted in the prompt.",
|
561
|
+
"isRight": false
|
562
|
+
},
|
563
|
+
{
|
564
|
+
"describe": "The prompt has not been saved and activated.",
|
565
|
+
"isRight": false
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"describe": "The records related to the prompt have not been selected.",
|
569
|
+
"isRight": true
|
570
|
+
}
|
571
|
+
],
|
572
|
+
"hashCode": "2105986411",
|
573
|
+
"analysis": "Flex提示模板设计用于处理多个对象的数据,因此预览功能需要指定使用哪些记录来生成预览。如果没有选择相关记录,预览按钮将被禁用"
|
574
|
+
},
|
575
|
+
{
|
576
|
+
"describe": "An AI Specialist at Universal Containers is working on a prompt template to generate personalized emails for product demonstration requests from customers. It is important for the AI-generated email to adhere strictly to the guidelines, using only associated opportunity information, and to encourage the recipient to take the desired action.\n\nHow should the AI Specialist include these instructions on a new line in the prompt template?",
|
577
|
+
"answerOptions": [
|
578
|
+
{
|
579
|
+
"describe": "Use curly brackets { } to encapsulate instructions.",
|
580
|
+
"isRight": false
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"describe": "Surround them with triple quotes (\"\"\").",
|
584
|
+
"isRight": true
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"describe": "Make sure merged fields are defined.",
|
588
|
+
"isRight": false
|
589
|
+
}
|
590
|
+
],
|
591
|
+
"hashCode": "2105986410",
|
592
|
+
"analysis": "在提示模板中,使用三重引号(\"\"\")围绕指令是标准做法。这种约定清晰地将指令与模板其余内容分开,在AI提示工程中被广泛认可为系统消息或指令的标记方式。"
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"describe": "Universal Containers wants to make a sales proposal and directly use data from multiple unrelated objects (standard and custom) in a prompt template.\n\nWhat should the AI Specialist recommend?",
|
596
|
+
"answerOptions": [
|
597
|
+
{
|
598
|
+
"describe": "Create a Flex template to add resources with standard and custom objects as inputs.",
|
599
|
+
"isRight": true
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"describe": "Create a prompt template passing in a special custom object that connects the records temporarily.",
|
603
|
+
"isRight": false
|
604
|
+
},
|
605
|
+
{
|
606
|
+
"describe": "Create a prompt template-triggered flow to access the data from standard and custom objects.",
|
607
|
+
"isRight": false
|
608
|
+
}
|
609
|
+
],
|
610
|
+
"hashCode": "2105986404",
|
611
|
+
"analysis": "Flex模板专为处理复杂场景而设计,特别适合需要使用多个不相关对象数据的情况。它允许将标准和自定义对象作为输入,比其他方法更简单高效地处理不相关对象之间的复杂关系"
|
612
|
+
},
|
613
|
+
{
|
614
|
+
"describe": "Universal Containers wants to incorporate CRM data as well-formatted JSON in a prompt to a large language model (LLM).\n\nWhat is an important consideration for this requirement?",
|
615
|
+
"answerOptions": [
|
616
|
+
{
|
617
|
+
"describe": "“CRM data to JSON” checkbox must be selected when creating a prompt template.",
|
618
|
+
"isRight": false
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"describe": "Apex code can be used to return a JSON formatted merge field.",
|
622
|
+
"isRight": true
|
623
|
+
},
|
624
|
+
{
|
625
|
+
"describe": "JSON format should be enabled in Prompt Builder Settings.",
|
626
|
+
"isRight": false
|
627
|
+
}
|
628
|
+
],
|
629
|
+
"hashCode": "2105986374",
|
630
|
+
"analysis": "使用Apex代码可以查询CRM数据并将其格式化为JSON结构,然后用于提示模板。这是处理需要以JSON格式提供给LLM的复杂数据结构的有效方法"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"describe": "Universal Containers wants to make a marketing newsletter and to directly use data from five unrelated objects (two standard and three custom) in a prompt template.\n\nWhat should the AI Specialist recommend?",
|
634
|
+
"answerOptions": [
|
635
|
+
{
|
636
|
+
"describe": "Create a prompt template passing in special custom object that connects the records temporarily.",
|
637
|
+
"isRight": false
|
638
|
+
},
|
639
|
+
{
|
640
|
+
"describe": "Create a prompt template-triggered flow to access the data from five objects.",
|
641
|
+
"isRight": false
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"describe": "Create a flex template and use the five objects as inputs.",
|
645
|
+
"isRight": true
|
646
|
+
}
|
647
|
+
],
|
648
|
+
"hashCode": "2105986349",
|
649
|
+
"analysis": "Flex模板专为处理复杂场景而设计,特别适合需要使用多个不相关对象数据的情况。它允许将多个对象作为输入,比标准提示模板更容易处理不相关对象之间的复杂关系。"
|
650
|
+
},
|
651
|
+
{
|
652
|
+
"describe": "Universal Containers (UC) is building a Flex prompt template. UC needs to use data returned by the flow in the prompt template.\n\nWhich flow element should UC use?",
|
653
|
+
"answerOptions": [
|
654
|
+
{
|
655
|
+
"describe": "Add Prompt Instructions",
|
656
|
+
"isRight": false
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"describe": "Add Flow Instructions",
|
660
|
+
"isRight": false
|
661
|
+
},
|
662
|
+
{
|
663
|
+
"describe": "Add Flex Instructions",
|
664
|
+
"isRight": true
|
665
|
+
}
|
666
|
+
],
|
667
|
+
"hashCode": "2105986347",
|
668
|
+
"analysis": "在构建Flex提示模板时,\"Add Flex Instructions\"元素是正确的选择,用于指定如何在提示模板中使用从流程返回的数据。这个元素专门设计用于Flex模板与流程数据的集成。"
|
669
|
+
},
|
670
|
+
{
|
671
|
+
"describe": "Universal Containers plans to enhance its sales team's productivity using AI.\n\nWhich specific requirement necessitates the use of Prompt Builder?",
|
672
|
+
"answerOptions": [
|
673
|
+
{
|
674
|
+
"describe": "Creating an estimated Customer Lifetime Value (CLV) with historical purchase data",
|
675
|
+
"isRight": false
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"describe": "Predicting the likelihood of customers churning or discontinuing their relationship with the company",
|
679
|
+
"isRight": false
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"describe": "Creating a draft newsletter for an upcoming tradeshow",
|
683
|
+
"isRight": true
|
684
|
+
}
|
685
|
+
],
|
686
|
+
"hashCode": "2105986346",
|
687
|
+
"analysis": "创建贸易展会简报草稿是提示构建器的理想用例,因为它需要生成基于特定输入的文本内容。提示构建器擅长创意文本生成任务,而客户终身价值计算和客户流失预测更适合预测分析工具。"
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"describe": "An AI Specialist is setting up a new org and needs to ensure that users can create and execute prompt templates. The AI Specialist is unsure which roles are necessary for these tasks.\n\nWhich permission sets should the AI Specialist assign to users who need to create and execute prompt templates?",
|
691
|
+
"answerOptions": [
|
692
|
+
{
|
693
|
+
"describe": "Data Cloud Admin for creating templates and Prompt Template User for executing templates",
|
694
|
+
"isRight": false
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"describe": "Prompt Template Manager for creating templates and Prompt Template User for executing templates",
|
698
|
+
"isRight": true
|
699
|
+
},
|
700
|
+
{
|
701
|
+
"describe": "Prompt Template Manager for creating templates and Data Cloud Admin for executing templates",
|
702
|
+
"isRight": false
|
703
|
+
}
|
704
|
+
],
|
705
|
+
"hashCode": "2105986344",
|
706
|
+
"analysis": "提示模板管理员权限集负责创建和管理提示模板,而提示模板用户权限集负责执行模板。这种权限划分符合职责分离原则,每个权限集的名称直接对应其功能。"
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"describe": "Universal Containers is rolling out a new generative AI initiative.\n\nWhich Prompt Builder limitations should the AI Specialist be aware of?",
|
710
|
+
"answerOptions": [
|
711
|
+
{
|
712
|
+
"describe": "Custom objects are supported only for Flex template types.",
|
713
|
+
"isRight": false
|
714
|
+
},
|
715
|
+
{
|
716
|
+
"describe": "Rich text area fields are only supported in Flex template types.",
|
717
|
+
"isRight": true
|
718
|
+
},
|
719
|
+
{
|
720
|
+
"describe": "Creations or updates to the prompt templates are not recorded in the Setup Audit Trail.",
|
721
|
+
"isRight": false
|
722
|
+
}
|
723
|
+
],
|
724
|
+
"hashCode": "2105986319",
|
725
|
+
"analysis": "提示构建器的一个重要限制是富文本区域字段只在Flex模板类型中受支持"
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"describe": "Universal Containers has a new AI project.\n\nWhat should an AI Specialist consider when adding a related list on the Account object to be used in the prompt template?",
|
729
|
+
"answerOptions": [
|
730
|
+
{
|
731
|
+
"describe": "The fields for the related list are based on the default page layout of the Account for the current user.",
|
732
|
+
"isRight": true
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"describe": "Prompt Builder must be used to assign the fields from the related list as a JSON format.",
|
736
|
+
"isRight": false
|
737
|
+
},
|
738
|
+
{
|
739
|
+
"describe": "After selecting a related list from the Account, use the field picker to choose merge fields in Prompt Builder.",
|
740
|
+
"isRight": false
|
741
|
+
}
|
742
|
+
],
|
743
|
+
"hashCode": "2105986317",
|
744
|
+
"analysis": "在提示模板中使用相关列表时,可用字段取决于当前用户的账户对象默认页面布局。如果某些字段不在页面布局上,它们将无法在提示模板中使用,这是配置相关列表时的重要考虑因素"
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"describe": "Universal Container (UC) has effectively utilized prompt templates to update summary fields on Lightning record pages. An admin now wishes to incorporate similar functionality into UC’s automation processes using Flow.\n\nHow can the admin get a response from this prompt template from within a flow to use as part of UC’s automation?",
|
748
|
+
"answerOptions": [
|
749
|
+
{
|
750
|
+
"describe": "Flow Action",
|
751
|
+
"isRight": false
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"describe": "Einstein for Flow",
|
755
|
+
"isRight": true
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"describe": "Invocable Apex",
|
759
|
+
"isRight": false
|
760
|
+
}
|
761
|
+
],
|
762
|
+
"hashCode": "2105986315",
|
763
|
+
"analysis": "Einstein for Flow是在Flow中使用提示模板的专用组件,允许管理员在自动化流程中调用提示模板并使用响应结果,无需编写自定义代码,是更直接高效的解决方案"
|
764
|
+
},
|
765
|
+
{
|
766
|
+
"describe": "Which business requirement presents a good use case for leveraging Einstein Prompt Builder?",
|
767
|
+
"answerOptions": [
|
768
|
+
{
|
769
|
+
"describe": "Forecast future sales trends based on historical data.",
|
770
|
+
"isRight": false
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"describe": "Send reply to a request for proposal via a personalized email.",
|
774
|
+
"isRight": true
|
775
|
+
},
|
776
|
+
{
|
777
|
+
"describe": "Identify potential high-value leads for targeted marketing campaigns.",
|
778
|
+
"isRight": false
|
779
|
+
}
|
780
|
+
],
|
781
|
+
"hashCode": "2105986286",
|
782
|
+
"analysis": "Einstein提示构建器最适合生成个性化文本内容的场景,如根据客户信息和提案要求创建定制电子邮件回复。这比预测销售趋势或识别高价值潜在客户更符合提示工程的应用场景。"
|
783
|
+
},
|
784
|
+
{
|
785
|
+
"describe": "An Agentforce Specialist needs to create a prompt template to fill a custom field named Latest Opportunities Summary on the Account object with information from the three most recently opened opportunities.\n\nHow should the Agentforce Specialist gather the necessary data for the prompt template?",
|
786
|
+
"answerOptions": [
|
787
|
+
{
|
788
|
+
"describe": "Select the latest Opportunities related list as a merge field.",
|
789
|
+
"isRight": false
|
790
|
+
},
|
791
|
+
{
|
792
|
+
"describe": "Select the Account Opportunity object as a resource when creating the prompt template.",
|
793
|
+
"isRight": false
|
794
|
+
},
|
795
|
+
{
|
796
|
+
"describe": "Create a flow to retrieve the opportunity information.",
|
797
|
+
"isRight": true
|
798
|
+
}
|
799
|
+
],
|
800
|
+
"hashCode": "2105986256",
|
801
|
+
"analysis": "创建流程是获取最近打开的三个机会信息的最佳方式,因为流程允许精确查询和过滤,可以按照最近打开时间排序并仅获取前三条记录,然后将这些数据传递给提示模板"
|
802
|
+
},
|
803
|
+
{
|
804
|
+
"describe": "Universal Containers (UC) is experimenting with using public Generative AI models and is familiar with the language required to get the information it needs. However, it can be time consuming for both UC’s sales and service reps to type in the prompt to get the information they need, and ensure prompt consistency.\n\nWhich Salesforce feature should the company use to address these concerns?",
|
805
|
+
"answerOptions": [
|
806
|
+
{
|
807
|
+
"describe": "Einstein Prompt Builder and Prompt Templates",
|
808
|
+
"isRight": true
|
809
|
+
},
|
810
|
+
{
|
811
|
+
"describe": "Agent Builder and Action: Query Records",
|
812
|
+
"isRight": false
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"describe": "Einstein Recommendation Builder",
|
816
|
+
"isRight": false
|
817
|
+
}
|
818
|
+
],
|
819
|
+
"hashCode": "2105986252",
|
820
|
+
"analysis": "Einstein提示构建器和提示模板专为创建和标准化生成式AI提示而设计,允许组织创建可重复使用的模板,确保一致性并节省时间,直接解决了问题中提到的两个关键问题"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"describe": "When configuring a prompt template, an Agentforce Specialist previews the results of the prompt template they’ve written. They see two distinct text outputs: Resolution and Response.\n\nWhich information does the Resolution text provide?",
|
824
|
+
"answerOptions": [
|
825
|
+
{
|
826
|
+
"describe": "It shows which sensitive data is masked before it is sent to the LLM.",
|
827
|
+
"isRight": false
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"describe": "It shows the response from the LLM based on the sample record.",
|
831
|
+
"isRight": false
|
832
|
+
},
|
833
|
+
{
|
834
|
+
"describe": "It shows the full text that is sent to the Trust Layer.",
|
835
|
+
"isRight": true
|
836
|
+
}
|
837
|
+
],
|
838
|
+
"hashCode": "2105986250",
|
839
|
+
"analysis": "在预览提示模板结果时,\"Resolution\"文本显示了经过变量替换、接地和其他提示解析步骤后发送给信任层的完整文本,帮助调试模板问题,而\"Response\"显示LLM的回复"
|
840
|
+
},
|
841
|
+
{
|
842
|
+
"describe": "What considerations should an Agentforce Specialist be aware of when using Record Snapshots grounding in a prompt template?",
|
843
|
+
"answerOptions": [
|
844
|
+
{
|
845
|
+
"describe": "Email addresses associated with the object are excluded.",
|
846
|
+
"isRight": false
|
847
|
+
},
|
848
|
+
{
|
849
|
+
"describe": "Empty data, such as fields without values or sections without limits, is filtered out.",
|
850
|
+
"isRight": true
|
851
|
+
},
|
852
|
+
{
|
853
|
+
"describe": "Activities such as tasks and events are excluded.",
|
854
|
+
"isRight": false
|
855
|
+
}
|
856
|
+
],
|
857
|
+
"hashCode": "2105986249",
|
858
|
+
"analysis": "使用Record Snapshots接地时,空字段或没有数据的部分会被自动过滤掉,以避免在提示中包含不必要的空白信息"
|
859
|
+
},
|
860
|
+
{
|
861
|
+
"describe": "Universal Containers (UC) is rolling out an AI-powered support assistant to help customer service agents quickly retrieve relevant troubleshooting steps and policy guidelines. The assistant relies on a search index in Data Cloud that contains product manuals, policy documents, and past case resolutions. During testing, UC notices that agents are receiving too many irrelevant results from older product versions that no longer apply.\n\nHow should UC address this issue?",
|
862
|
+
"answerOptions": [
|
863
|
+
{
|
864
|
+
"describe": "Create a custom retriever in Einstein Studio, and apply filters for publication date and product line.",
|
865
|
+
"isRight": true
|
866
|
+
},
|
867
|
+
{
|
868
|
+
"describe": "Modify the search index to only store documents from the last year and remove older records.",
|
869
|
+
"isRight": false
|
870
|
+
},
|
871
|
+
{
|
872
|
+
"describe": "Use the default retriever, as it already searches the entire search index and provides broad coverage.",
|
873
|
+
"isRight": false
|
874
|
+
}
|
875
|
+
],
|
876
|
+
"hashCode": "2105986248",
|
877
|
+
"analysis": " 创建自定义检索器并应用日期和产品线过滤器是最佳方案,既能保留所有历史数据,又能确保只返回相关、最新的信息,避免了完全删除旧数据的极端做法"
|
878
|
+
},
|
879
|
+
{
|
880
|
+
"describe": "Universal Containers has grounded a prompt template with a related list.\nDuring user acceptance testing (UAT), users are not getting the correct responses.\n\nWhat is causing this issue?",
|
881
|
+
"answerOptions": [
|
882
|
+
{
|
883
|
+
"describe": "The related list is Read Only.",
|
884
|
+
"isRight": false
|
885
|
+
},
|
886
|
+
{
|
887
|
+
"describe": "The related list is not on the parent object’s page layout.",
|
888
|
+
"isRight": true
|
889
|
+
},
|
890
|
+
{
|
891
|
+
"describe": "The related list prompt template option is not enabled.",
|
892
|
+
"isRight": false
|
893
|
+
}
|
894
|
+
],
|
895
|
+
"hashCode": "2105986220",
|
896
|
+
"analysis": "在Salesforce中,要使相关列表数据可用于提示模板的接地,该相关列表必须添加到父对象的页面布局中"
|
897
|
+
},
|
898
|
+
{
|
899
|
+
"describe": "Universal Containers wants to leverage the Record Snapshots grounding feature in a prompt template.\n\nWhat preparations are required?",
|
900
|
+
"answerOptions": [
|
901
|
+
{
|
902
|
+
"describe": "Enable and configure dynamic form for the object",
|
903
|
+
"isRight": false
|
904
|
+
},
|
905
|
+
{
|
906
|
+
"describe": "Create a field set for all the fields to be grounded",
|
907
|
+
"isRight": true
|
908
|
+
},
|
909
|
+
{
|
910
|
+
"describe": "Configure page layout of the master record type",
|
911
|
+
"isRight": false
|
912
|
+
}
|
913
|
+
],
|
914
|
+
"hashCode": "2105986191",
|
915
|
+
"analysis": "在提示模板中使用记录快照(Record Snapshots)接地功能需要创建字段集来定义哪些字段应当被包含。"
|
916
|
+
},
|
917
|
+
{
|
918
|
+
"describe": "A Salesforce Administrator wants to generate personalized, targeted emails that incorporate customer interaction data. The admin wants to leverage large language models (LLMs) to write the emails, and wants to reuse templates for different products and customers.\n\nWhich solution approach should the admin leverage?",
|
919
|
+
"answerOptions": [
|
920
|
+
{
|
921
|
+
"describe": "Create a Sales Email prompt template type.",
|
922
|
+
"isRight": true
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"describe": "Use Sales Email standard templates.",
|
926
|
+
"isRight": false
|
927
|
+
},
|
928
|
+
{
|
929
|
+
"describe": "Create a Field Generation prompt template type.",
|
930
|
+
"isRight": false
|
931
|
+
}
|
932
|
+
],
|
933
|
+
"hashCode": "2105986162",
|
934
|
+
"analysis": "创建销售电子邮件提示模板类型是最佳选择,因为它允许管理员设计专门用于生成销售电子邮件的自定义提示模板,该模板可以针对不同产品和客户进行重用和个性化,同时充分利用LLM的功能。"
|
935
|
+
},
|
936
|
+
{
|
937
|
+
"describe": "Universal Containers plans to enhance the customer support team's productivity using AI.\n\nWhich specific use case necessitates the use of Prompt Builder?",
|
938
|
+
"answerOptions": [
|
939
|
+
{
|
940
|
+
"describe": "Creating a draft of a support bulletin post for new product patches",
|
941
|
+
"isRight": true
|
942
|
+
},
|
943
|
+
{
|
944
|
+
"describe": "Estimating support ticket volume based on historical data and seasonal trends",
|
945
|
+
"isRight": false
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"describe": "Creating an AI-generated customer support agent performance score",
|
949
|
+
"isRight": false
|
950
|
+
}
|
951
|
+
],
|
952
|
+
"hashCode": "2105986161",
|
953
|
+
"analysis": "Prompt Builder专为引导AI文本生成而设计,最适合创建支持公告草稿这类内容生成任务。"
|
954
|
+
},
|
955
|
+
{
|
956
|
+
"describe": "Leadership needs to populate a dynamic form field with a summary or description created by a large language model (LLM) to facilitate more productive conversations with customers. Leadership also wants to keep a human in the loop to be considered in their AI strategy.\n\nWhich prompt template type should the Agentforce Specialist recommend?",
|
957
|
+
"answerOptions": [
|
958
|
+
{
|
959
|
+
"describe": "Field Generation",
|
960
|
+
"isRight": false
|
961
|
+
},
|
962
|
+
{
|
963
|
+
"describe": "Record Summary",
|
964
|
+
"isRight": true
|
965
|
+
},
|
966
|
+
{
|
967
|
+
"describe": "Sales Email",
|
968
|
+
"isRight": false
|
969
|
+
}
|
970
|
+
],
|
971
|
+
"hashCode": "2105985480",
|
972
|
+
"analysis": "Record Summary模板类型最适合此需求,它可利用LLM生成动态表单字段中的摘要或描述,同时保持\"人在环中\"的AI策略,帮助客户服务人员进行更高效的对话。"
|
973
|
+
},
|
974
|
+
{
|
975
|
+
"describe": "Before activating a custom Agent action, an Agentforce Specialist would like to understand multiple real-world user utterances to ensure the action is being selected appropriately.\n\nWhich tool should the Agentforce Specialist recommend?",
|
976
|
+
"answerOptions": [
|
977
|
+
{
|
978
|
+
"describe": "Agent Builder",
|
979
|
+
"isRight": false
|
980
|
+
},
|
981
|
+
{
|
982
|
+
"describe": "Model Playground",
|
983
|
+
"isRight": true
|
984
|
+
},
|
985
|
+
{
|
986
|
+
"describe": "Agentforce",
|
987
|
+
"isRight": false
|
988
|
+
}
|
989
|
+
],
|
990
|
+
"hashCode": "2105985478",
|
991
|
+
"analysis": "Model Playground是专为测试用户话语设计的工具,允许Agentforce专家输入各种真实用户表达,检验代理是否正确理解并选择适当的自定义操作,从而在激活前优化配置。"
|
992
|
+
},
|
993
|
+
{
|
994
|
+
"describe": "An Agentforce Specialist is creating a custom action for Agentforce.\n\nWhich setting should the Agentforce Specialist test and iterate on to ensure the action performs as expected?",
|
995
|
+
"answerOptions": [
|
996
|
+
{
|
997
|
+
"describe": "Action Instructions",
|
998
|
+
"isRight": true
|
999
|
+
},
|
1000
|
+
{
|
1001
|
+
"describe": "Action Name",
|
1002
|
+
"isRight": false
|
1003
|
+
},
|
1004
|
+
{
|
1005
|
+
"describe": "Action Input",
|
1006
|
+
"isRight": false
|
1007
|
+
}
|
1008
|
+
],
|
1009
|
+
"hashCode": "2105985474",
|
1010
|
+
"analysis": "Action Instructions是自定义操作中至关重要的部分,它定义了代理如何执行操作。Agentforce专家需要测试和迭代这些指令,以确保操作按预期执行,实现正确的功能输出。"
|
1011
|
+
},
|
1012
|
+
{
|
1013
|
+
"describe": "What is the correct process to leverage Prompt Builder in a Salesforce org?",
|
1014
|
+
"answerOptions": [
|
1015
|
+
{
|
1016
|
+
"describe": "Select the appropriate prompt template type to use, select one of Salesforce’s standard prompts, determine the object to associate the prompt, select a record to validate against, and associate the prompt to an action.",
|
1017
|
+
"isRight": false
|
1018
|
+
},
|
1019
|
+
{
|
1020
|
+
"describe": "Select the appropriate prompt template type to use, develop the prompt within the prompt workspace, select resources to dynamically insert CRM-derived grounding data, pick the model to use, and test and validate the generated responses.",
|
1021
|
+
"isRight": true
|
1022
|
+
},
|
1023
|
+
{
|
1024
|
+
"describe": "Enable the target object for generative prompting, develop the prompt within the prompt workspace, select records to fine-tune and ground the response, enable the Trust Layer, and associate the prompt to an action.",
|
1025
|
+
"isRight": false
|
1026
|
+
}
|
1027
|
+
],
|
1028
|
+
"hashCode": "2105985443",
|
1029
|
+
"analysis": "这个答案准确描述了在Salesforce中使用Prompt Builder的正确流程。首先需要选择适当的提示模板类型,然后在提示工作区中开发提示内容,选择资源来动态插入CRM衍生的基础数据,选择要使用的模型,最后测试和验证生成的响应。其他选项包含不准确的步骤,如\"微调\"记录(这不是Prompt Builder的功能)或选择标准提示(而通常是为特定需求创建自定义提示)。Prompt Builder是Agentforce中用于创建和管理AI提示的核心工具,它允许用户创建自定义提示模板并将其与Salesforce数据集成。"
|
1030
|
+
}
|
1031
|
+
],
|
1032
|
+
"hashCode": "-275995435"
|
1033
|
+
}
|