Salesforce Certified AI Specialist — Question 31
A Salesforce Administrator is exploring the capabilities of Agentforce to enhance user interaction within their organization. They are particularly interested in how Agentforce processes user requests and the mechanism it employs to deliver responses. The administrator is evaluating whether Agentforce directly interfaces with a large language model (LLM) to fetch and display responses to user inquiries, facilitating a broad range of requests from users.
How does Agentforce handle user requests In Salesforce?
Answer options
- A. Agentforce analyzes the user’s request and LLM technology is used to generate and display the appropriate response.
- B. Agentforce will trigger a flow that utilizes a prompt template to generate the message.
- C. Agentforce will perform an HTTP callout to an LLM provider.
Correct answer: A
Explanation
The correct answer is A because Agentforce utilizes LLM technology to analyze user requests and generate responses directly. Option B is incorrect as it describes a flow-based approach that does not involve LLM technology for response generation. Option C is also wrong because Agentforce does not rely on an HTTP callout to an external LLM provider for processing requests.