Lightheaded
11/27/2025, 5:42 PMVapi Support Bot
11/27/2025, 5:43 PM"async": false in your tool configuration. This ensures the tool runs synchronously and avoids parallel execution. For example:
json
{
"type": "function",
"function": { "name": "yourToolName", ... },
"async": false
}
This change should reduce or eliminate duplicate tool calls for your Supabase Edge Function. For more details, see the [Custom Tools Troubleshooting guide](https://docs.vapi.ai/tools/custom-tools-troubleshooting).
Source:
- [Custom Tools Troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting)Chiranjeet Mishra
12/01/2025, 5:23 PMChiranjeet Mishra
12/02/2025, 5:11 PM