MarcC
05/13/2025, 11:26 PMVapi Support Bot
05/13/2025, 11:28 PMjson
{
"results": [
{
"toolCallId": "<your-tool-call-id>",
"name": "<your-function-name>",
"result": "Success" // Or a custom success message
}
]
}
This structure prompts Vapi to play a success message to the user after the function call, which may resolve the hanging issue. Double-check for correct formatting and matching toolCallId in your response.
Source:
- [Discord Vapi Community Prompt configuration after function call return](https://discord.com/channels/1211482211119796234/1342188078437236916)Adelekedigital
05/14/2025, 12:10 AM{
"result": [
{
"toolCallId": "call_CtuSpshUlZnywM0o5IFT1Pfy",
"name": "checkAvailability",
"result": "Great, your preferred date and time is available"
}
]
}
Adelekedigital
05/14/2025, 12:10 AMMarcC
05/14/2025, 3:28 PMVapi
05/14/2025, 5:07 PMMarcC
05/14/2025, 8:41 PM