DanKamNdi
09/16/2025, 5:33 PMVapi Support Bot
09/16/2025, 5:34 PMmessage property alongside the result, which helps Vapi know what to say to the user. For example:
json
{
"results": [
{
"toolCallId": "call_pKkNod7t791RIuox",
"result": "Organization: EduTech University\nIndustry: Education\nAccount Status: Active\n...",
"message": "Here are the details for EduTech University: Account is active, 4 open tickets, satisfaction score 4.3 out of 5. Primary contact is Dr. Mary Wambui."
}
]
}
This should prompt the voice agent to read the message aloud and mark the tool as completed.
See [Vapi changelog April 2025](https://docs.vapi.ai/changelog/2025/4/26) for details.
Source:
- [Changelog](https://docs.vapi.ai/changelog/2025/4/26)Chiranjeet Mishra
09/18/2025, 5:28 PM