AI-201 · Question #113
What is the primary function of the planner service in the Agent system?
The correct answer is C. Identifying copilot actions to respond to user utterances. The planner service is the reasoning component of the Agentforce Agent system. It analyzes the user's utterance and conversation history, then selects the most appropriate action (tool, topic, or flow) to invoke in response. It does not generate record queries directly (A)-that i
Question
What is the primary function of the planner service in the Agent system?
Options
- AGenerating record queries based on conversation history
- BOffering real-time language translation during conversations
- CIdentifying copilot actions to respond to user utterances
How the community answered
(37 responses)- A3% (1)
- B3% (1)
- C95% (35)
Explanation
The planner service is the reasoning component of the Agentforce Agent system. It analyzes the user's utterance and conversation history, then selects the most appropriate action (tool, topic, or flow) to invoke in response. It does not generate record queries directly (A)-that is handled by downstream actions-nor does it perform language translation (B), which is unrelated to Agentforce architecture. The planner's core job is intent recognition and action routing.
Topics
Community Discussion
No community discussion yet for this question.