Hey folks! Running my prompt in XML format and all works except when I call tools/functions. Any suggestions on how to run a tool (eg transfer, end call, etc) while having XML format?
k
Kings_big💫
06/28/2025, 9:46 PM
Use XML for conversation text and send tool calls like transferCall, endCall separately as JSON objects outside the XML, this keeps formatting valid and allows Vapi to recognize and execute the tools..
k
Kyle Brunker
06/30/2025, 6:37 AM
Hey @AshAshAsh111, checking if this is resolved/solved for you?