Hello!
I was looking to test my agent through Agent 0 (the Live Agent Studio), but it appears the backend of the studio is have trouble parsing the JSON message and it’s creating an Application Error (see image).
When I check Developer Console, I can see that it’s probably related to parsing on the frontend.
When I try my endpoint independently in Postman, it appears to work fine (return success: true).
I was wondering if there might be something wrong with parsing in the studio, or if I should test my endpoint outside of it.
Thank you!
Update, frontend appears to be returning data now! I didn’t change anything with the flow other than adding “type”: “human” in the input processing before it goes into the DB.
1 Like
Glad you got it working now! The Live Agent Studio has an entire backend but for Agent 0 that is replaced with your agent, so it is just a frontend!
Got it, thank you! For the Hackathon would we need to return some sort of frontend component, or would we only need to worry about building the agent itself?
1 Like
You bet! For the Hackathon you just have to worry about the agent, the Live Agent Studio is the frontend for you! So as long as you are following the developer guide making an agent that can communicate with the Studio, no frontend is needed.
1 Like