Question 106
What is best practice when refining Agent custom action instructions?
Question 107
Universal Containers is building an Agentforce Service Agent to help customers track their purchases. To store the customer's order number during the conversation, the Agentforce Specialist creates and initializes a variable in Agent Script using the declaration order_id: string = " " , omitting the mutable keyword. During testing, the agent attempts to update this variable with the user's order number via the @utils.setVariables utility.
What is the result of this variable declaration at runtime?
Question 108
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?
Question 109
An Agentforce Specialist needs to create a prompt template to fill a custom field named Latest Opportunities Summary on the Account object with information from the three most recently opened opportunities. How should the Agentforce Specialist gather the necessary data for the prompt template?
Question 110
For an Agentforce Data Library that contains uploaded files, what occurs once it is created and configured?
