Salesforce Certified Agentforce Specialist — Question 42
A sales manager is using Agent Assistant to streamline their daily tasks. They ask the agent to “Show me a list of my open opportunities.”
How does the large language model (LLM) in Agentforce identify and execute the action to show the sales manager a list of open opportunities?
Answer options
- A. Using a dialog pattern, the LLM matches the user query to the available topic, action and steps then performs the steps for each action, such as retrieving a list of open opportunities.
- B. The LLM uses a static set of rules to match the user’s request with predefined topics and actions, bypassing the need for dynamic interpretation and planning.
- C. The LLM interprets the user’s request, generates a plan by identifying the appropriate topics and actions, and executes the actions to retrieve and display the open opportunities.
Correct answer: C
Explanation
The correct answer is C because it describes the dynamic and adaptive nature of the LLM in interpreting user requests and executing the necessary actions. Option A suggests a rigid dialog pattern without the flexibility needed for user intent, while option B indicates a reliance on static rules, which limits the LLM's ability to effectively respond to unique queries.