PLAT-ADMN-201 · Question #69
A Platform Administrator is building an agent to help an ecommerce support team. The agent needs to call an action, named updateShippingAddress, that modifies a customer's shipping address in the…
The correct answer is D. "Updates the shipping address for a customer order. The goal of the action is to modify the. According to Agentforce best practices, action instructions must be highly specific regarding the action's purpose, the expected goal, and the conditions under which it should be triggered. Option D is the strongest set of instructions because it defines the Action (Update…
Question
Options
- A"Use this to update shipping information. It's used for any changes to a customer's address in the
- B"This action updates the customer's shipping address. It is to be used when a user wants to
- C"This action allows for the changing of a shipping address, and the goal is to make sure the
- D"Updates the shipping address for a customer order. The goal of the action is to modify the
How the community answered
(42 responses)- A2% (1)
- B7% (3)
- C12% (5)
- D79% (33)
Explanation
According to Agentforce best practices, action instructions must be highly specific regarding the action's purpose, the expected goal, and the conditions under which it should be triggered. Option D is the strongest set of instructions because it defines the Action (Update shipping address), the Goal (Modify address on a record), and a clear Constraint/Guardrail (Only use when the user explicitly requests it). This prevents the AI from accidentally triggering a data change based on a vague inquiry. Option B is also good but more restrictive than necessary unless the business logic specifically forbids updates during active orders. Option D provides the best balance of context and intent, ensuring the Large Language Model (LLM) understands the "why" and "when"
Topics
Community Discussion
No community discussion yet for this question.