Salesforce Certified Agentforce Specialist — Question 16
Universal Containers built a Field Generation prompt template that worked for many records, but users are reporting random failures with token limit errors.
What is the cause of the random nature of this error?
Answer options
- A. The number of tokens that can be processed by the LLM varies with total user demand.
- B. The number of tokens generated by the dynamic nature of the prompt template will vary by record.
- C. The template type needs to be switched to Flex to accommodate the variable amount of tokens generated by the prompt grounding.
Correct answer: B
Explanation
Answer B is correct because the dynamic characteristics of the prompt template lead to a varying number of tokens for each record, causing random token limit errors. Answer A is incorrect as the LLM's processing capacity does not fluctuate based on user demand. Answer C is also wrong because switching to a Flex template does not directly resolve the issue of varying token counts per record.