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
Thanks @Vishal Soni
for your response.
I am not getting the correct output while calling the prompt from the agent, I think we can't define output variable in prompt, while calling the prompt from agent or any other automation it by default returns the output as 'promptResponse'.
still if my understanding is wrong then could you please let me know the steps to define output variable in prompt builder.