On SuperBadge Agentforce Service, I developed the agent and it passed all the challenges of the superbadge.
And when I preview the 'Film_Festival_Related_Answers' prompt Template asking 'What are the film festival related events?' Question it gives expected response with all the events with the details.
But when I preview the Coral Cloud Experience agent asking the same question it gives below response which is not expected:
"I can assist with questions related to customer support or specific services. If your question is about film festival-related events in a particular context, could you clarify how I can assist you?"
In debug details I found that it is calling the 'Film_Festival_Related_Answers' Prompt successfully and also passing Question variable value to the prompt correctly.
can anyone please help me how to resolve it?
#Agentforce #AgentforceBuilder #Trailhead Superbadges #Trailhead Challenges #Trailhead #Trailhead Support #TrailblazerCommunity
Hi @Ria Bhatt
,
you can check following:
1. Check for the user created for this agent, and then corresponding profile (which should be Einstein Agent User).
2. Inside this profile, go to Object Settings, and make sure the profile has access to corresponding objects (Knowledge)
3. Additionally, Lightening Knowledge Manager is the permission set that enables access to the knowledge articles.
You can try to assign these and check if it works.