Payal
12/09/2025, 10:14 AMVapi Support Bot
12/09/2025, 10:14 AMObserve > Call Logs in your [Vapi dashboard](https://dashboard.vapi.ai/).)
Once I have this detail, I can guide you through the next troubleshooting steps!
Sources:
- [Vapi Debugging Documentation](https://docs.vapi.ai/debugging)
- [Custom Tools Troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting)Vapi Support Bot
12/09/2025, 10:15 AMPayal
12/09/2025, 10:25 AMSmiley
12/09/2025, 2:39 PMPayal
12/09/2025, 3:03 PMVapi Support Bot
12/09/2025, 3:04 PMjson
{
"results": [
{
"toolCallId": "call_123",
"result": "Your response as single-line string"
}
]
}
Replace "call_123" with the actual toolCallId from the request, and make sure the "result" is a single-line string (no line breaks). This should immediately fix the error if the response format was the cause.
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/11/2025, 7:26 AM