nerdexam
Salesforce

AI-201 · Question #67

A Salesforce Administrator is exploring the capabilities of Agent to enhance user interaction within their organization. They are particularly interested in how Agent processes user requests and the m

The correct answer is C. Agent analyzes the user's request and LLM technology is used to generate and display the. Agentforce does not function as a simple flow trigger or a pass-through HTTP callout. Instead, it uses an underlying large language model to interpret the user's natural language request, determine intent, select the appropriate action or response, and generate a reply. The LLM a

AI Features for Service (e.g., Einstein Bots, Next Best Action)

Question

A Salesforce Administrator is exploring the capabilities of Agent to enhance user interaction within their organization. They are particularly interested in how Agent processes user requests and the mechanism it employs to deliver responses. The administrator is evaluating whether Agent 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 Agent handle user requests In Salesforce?

Options

  • AAgent will trigger a flow that utilizes a prompt template to generate the message.
  • BAgent will perform an HTTP callout to an LLM provider.
  • CAgent analyzes the user's request and LLM technology is used to generate and display the

How the community answered

(48 responses)
  • A
    8% (4)
  • B
    2% (1)
  • C
    90% (43)

Explanation

Agentforce does not function as a simple flow trigger or a pass-through HTTP callout. Instead, it uses an underlying large language model to interpret the user's natural language request, determine intent, select the appropriate action or response, and generate a reply. The LLM acts as the reasoning engine throughout the interaction - understanding what the user is asking, deciding which agent actions (if any) to invoke, and synthesizing a coherent response to display back to the user. This architecture allows Agent to handle a broad, open-ended range of requests rather than being constrained to a fixed set of scripted paths.

Topics

#Salesforce Agent#Generative AI#Large Language Models (LLM)#User Request Processing

Community Discussion

No community discussion yet for this question.

Full AI-201 Practice