Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Virtual Agent is giving same response twice, when it uses AI Agent to give answer

SimranKaurSidhu
Tera Contributor

We have an AI Agent enabled in Virtual Agent, the AI Agent is answering to user question correctly but the VA is execution last step twice and showing the response to user twice on the UI

1 REPLY 1

Naveen20
ServiceNow Employee

In AI Agent Studio, check if your agent's final step has an explicit "display to user" action — if the VA topic is already handling display, the agent shouldn't also be pushing a separate output. Third, check the conversation logs in sys_cs_conversation and sys_cs_message tables to see if two distinct messages are actually being created, or if it's a single message rendered twice on the UI (which would point to a front-end/widget issue instead).

If the logs show two separate messages being inserted, it's the topic/agent flow. If it's a single message rendered twice, it could be a known VA chat widget rendering bug