AI-201 · Question #263
Coral Cloud Resorts (CCR) uses Agentforce to assist customers with booking and service issues. CCR wants to implement a triage process 50 that: - High severity requests must be escalated to a human se
The correct answer is C. Create a custom variable severityLevel populated by a Triage action. Add filters so the "Escalate. For the highest reliability and determinism, Option C is correct because it avoids relying on the LLM's probabilistic interpretation of natural language instructions. Topic Instructions (Options A and B) are processed by the reasoning engine as guidelines, meaning the LLM may not
Question
Coral Cloud Resorts (CCR) uses Agentforce to assist customers with booking and service issues. CCR wants to implement a triage process 50 that:
- High severity requests must be escalated to a human service rep.
- Lower severity requests should result in creating a support case for
the guest. The requirement is to achieve the highest reliability and determinism in the response from the agent. Which approach should an Agentforce Specialist recommend?
Options
- AWrite the triage and routing logic in Topic Instructions using an IF, THEN, ELSE pattern:
- BUse absolute keywords like "Always" and "Never" in Topic Instructions to enforce logic, such as
- CCreate a custom variable severityLevel populated by a Triage action. Add filters so the "Escalate
How the community answered
(59 responses)- A7% (4)
- B15% (9)
- C78% (46)
Explanation
For the highest reliability and determinism, Option C is correct because it avoids relying on the LLM's probabilistic interpretation of natural language instructions. Topic Instructions (Options A and B) are processed by the reasoning engine as guidelines, meaning the LLM may not consistently follow IF/THEN/ELSE logic or keywords like 'Always'/'Never' - these are prompts, not code. By contrast, a custom variable (severityLevel) populated by a deterministic Triage action, combined with explicit filters, creates rule-based routing logic that bypasses LLM interpretation entirely. This is the Salesforce-recommended pattern when determinism is a hard requirement.
Topics
Community Discussion
No community discussion yet for this question.