zachary
03/09/2025, 5:24 PMVapi Support Bot
03/09/2025, 5:25 PMasync
property to true
in the tool's configuration like this:
json
{
"temperature": 0.1,
"toolIds": [
"28ac2a2d-5454-4390-b0b0-d9a97baf0b73",
"2da5ce83-b311-4f71-be5f-78d8559066bf"
],
"tools": [
{
"type": "function",
"async": true,
// ... any additional configuration specific to this tool
}
]
}
I wasn't able to find specific information about recent UI changes to the Tools tab that might have removed a previously existing toggle for this feature. If you were previously able to enable Async through the UI, it seems this functionality may have been moved to the JSON configuration approach described above.
For more details on tool configuration, you can check the [Vapi documentation on tools](https://docs.vapi.ai/tools).
Sources:
- [Discord Example Message](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333880245681393756)
- [Vapi Docs on Custom Tools](https://docs.vapi.ai/tools/custom-tools)
- [Vapi Tools Documentation](https://docs.vapi.ai/tools)zachary
03/09/2025, 5:26 PMzachary
03/09/2025, 5:26 PMManu
03/09/2025, 11:34 PMKings Big
03/10/2025, 9:00 PM