Virtual Agent is giving same response twice, when it uses AI Agent to give answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
