Daniel F.
03/13/2025, 11:50 PMVapi Support Bot
03/13/2025, 11:51 PMjson
{
"results": [
{
"toolCallId": "your-tool-call-id",
"result": "Your success or error message"
}
]
}
[source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342188078437236916)
5. Check variable references - If you're using variable interpolation, ensure the syntax is correct:
json
{
"arguments": {
"email": "{{start.output.email}}"
}
}
[source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1321375442644762625)
If the issue persists, you can use the API to directly update messages for your specific tool:
```bash
curl --location --request PATCH 'https://api.vapi.ai/tool/5403d2e1-a531-407e-893f-b05ef25ec7c9' \
--header 'Authorization: Bearer YOUR_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"messages": [
{
"type": "request-complete",Vapi Support Bot
03/13/2025, 11:52 PMDaniel F.
03/14/2025, 12:07 AMRaju
03/14/2025, 12:33 AMRaju
03/14/2025, 12:34 AMRaju
03/14/2025, 12:34 AMRaju
03/14/2025, 12:54 AMDaniel F.
03/14/2025, 1:29 AMPraveen Nair
03/15/2025, 1:25 PM