dynamicDestinationTransferTool not working in squa...
# support
r
I've been migrating my single agent, to a squad format. But i've noticed that dynamicDestinationTransferTool doesnt send an event to server with the transfer request event. Is that a bug?
v
Thank you for your question. Based on the documentation, the
dynamicDestinationTransferTool
should send a
transfer-destination-request
event when triggered, but there is no explicit mention of its behavior within squads or any known bugs related to this scenario. To help diagnose further, could you confirm if the tool is correctly linked to each assistant within your squad configuration, and if the
transfer-destination-request
server event is enabled for the squad? This will help determine if the issue is due to configuration or a potential bug. Sources: - [Dynamic Call Transfers Documentation](https://docs.vapi.ai/calls/call-dynamic-transfers) - [Squads Documentation](https://docs.vapi.ai/squads)
r
@Shubham Bajaj
k
The dynamicDestinationTransferTool in Vapi doesn’t emit a specific transfer event; to track transfers, use function-call events or implement a custom function to notify your server when a transfer is triggered.