AI-201 · Question #37
What is the role of the large language model (LLM) in understanding intent and executing an Agent Action?
The correct answer is B. Identify the best matching topic and actions and correct order of execution.. The LLM serves as the reasoning engine that interprets the user's natural language input, maps it to the best-matching topic among those configured for the agent, selects the appropriate action(s) within that topic, and determines the correct order in which those actions should b
Question
What is the role of the large language model (LLM) in understanding intent and executing an Agent Action?
Options
- AFind similar requested topics and provide the actions that need to be executed.
- BIdentify the best matching topic and actions and correct order of execution.
- CDetermine a user's topic access and sort actions by priority to be executed.
How the community answered
(37 responses)- A8% (3)
- B86% (32)
- C5% (2)
Explanation
The LLM serves as the reasoning engine that interprets the user's natural language input, maps it to the best-matching topic among those configured for the agent, selects the appropriate action(s) within that topic, and determines the correct order in which those actions should be executed. This orchestration - intent classification, action selection, and sequencing - is the core value the LLM provides in the Agentforce architecture. Choice A is wrong because the LLM does not merely surface 'similar topics'; it makes a definitive selection. Choice C is wrong because user access control is handled by permission sets and profiles, not the LLM.
Topics
Community Discussion
No community discussion yet for this question.