More than one tool of type 'transferCall' ?
# support
m
I have an assistant ID 6e44ac55-f927-49f3-8b73-3d55820bff63 The assistant has 4 tools attached to it, one of them is of type 'transferCall' When I attempt to test the assistant by pressing "Talk to Assistant" button on the website, I see the attached error in the lower right corner of the screen. It says:
Invalid Configuration. Assistant 'IntempusBot' has more than one tool of type 'transferCall'.
I have only one tool of type 'transferCall', its ID is a8fba37c-529a-4dac-8d57-5f98ea09eb3c, the other 3 tools are just regular functions. Any idea what could be causing the problem? Thanks https://cdn.discordapp.com/attachments/1384651698772901939/1384651699636932808/image.png?ex=685334e2&is=6851e362&hm=bfac84f1aada10be69273f9d04f0e206b52a9c8e9954c7ff6442e8c6dde9ee88&
v
Action: Check your assistant's tool configuration in the Vapi dashboard and ensure that only one tool of type
transferCall
is attached. Remove any duplicate or unused
transferCall
tools, save the configuration, and try again. If the error persists, consider removing all tools and re-adding them one by one to identify any hidden duplicates. Reference: [Vapi Default Tools documentation](https://docs.vapi.ai/tools/default-tools) Sources: - [Vapi Default Tools documentation](https://docs.vapi.ai/tools/default-tools) - [Vapi Call Forwarding documentation](https://docs.vapi.ai/call-forwarding)
c
You have a8fba37c-529a-4dac-8d57-5f98ea09eb3c as a transferCall tool, but you also have a transfer function "dispatchCall" c24b4a6c-7858-4d10-b7f5-249ae7f54aa4. If they are both attached to the same assistant, please only use one of them.
2 Views